diff --git a/src/framework/stdext/math.h b/src/framework/stdext/math.h index 6de3a04f..f7c237d6 100644 --- a/src/framework/stdext/math.h +++ b/src/framework/stdext/math.h @@ -23,6 +23,7 @@ #ifndef STDEXT_MATH_H #define STDEXT_MATH_H +#include #include "types.h" namespace stdext { diff --git a/src/framework/stdext/stdext.h b/src/framework/stdext/stdext.h index 2e33cbcf..3b27a51f 100644 --- a/src/framework/stdext/stdext.h +++ b/src/framework/stdext/stdext.h @@ -23,7 +23,6 @@ #ifndef STDEXT_H #define STDEXT_H -#include #include "compiler.h" #include "dumper.h" #include "types.h"