chore: use modern includes

This commit is contained in:
surtur 2021-10-19 15:25:20 +02:00
parent c44fa825c4
commit 1d554354a4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,5 +1,5 @@
#include <math.h>
#include <assert.h>
#include <cmath>
#include <cassert>
#include <stdexcept>
#include "generator.h"