diff options
Diffstat (limited to 'src/core/commonheaders.h')
-rw-r--r-- | src/core/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index 6d5de6ecba..3c60da9b96 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -42,6 +42,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <crtdbg.h>
#endif
+#include <assert.h>
#include <malloc.h>
#include <stdio.h>
#include <math.h>
|