diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-10 17:50:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-10 17:50:05 +0000 |
commit | fb2153343180082ffb144eb2585e20bcf25351eb (patch) | |
tree | 1a4afcac6cb3b76ebe5b9afe97b316f7a0a49bc0 /src/core/commonheaders.h | |
parent | fc64dc4c81080c920eacdfb2fc23b24a7fef2f02 (diff) |
crash fix for wrongly defined option pages
git-svn-id: http://svn.miranda-ng.org/main/trunk@13511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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>
|