diff --git a/src/math/pool.h b/src/math/pool.h index 2d37a6a1..b448b77c 100644 --- a/src/math/pool.h +++ b/src/math/pool.h @@ -1,5 +1,6 @@ #include "util.h" #include +#include #define POOL_ALIGN 16 #define DEFAULT_POOL_SIZE (640 * 1024) diff --git a/src/util.h b/src/util.h index b573544b..eb6fbb0c 100644 --- a/src/util.h +++ b/src/util.h @@ -1,4 +1,3 @@ -#include #include #include #include "types.h"