Possibly fix a compile error on some Linux systems.

This commit is contained in:
Alex Szpakowski
2019-10-01 18:54:16 -03:00
parent 5789a0b1b1
commit cc5afbacdd
+1
View File
@@ -28,6 +28,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdint.h>
#include <cstdio>
#include <cstddef>