diff options
Diffstat (limited to 'plugins/NewAwaySysMod/src/Common.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/src/Common.h b/plugins/NewAwaySysMod/src/Common.h index f9ca1ef548..178eb52bfb 100644 --- a/plugins/NewAwaySysMod/src/Common.h +++ b/plugins/NewAwaySysMod/src/Common.h @@ -29,6 +29,7 @@ #include <windows.h>
#include <stdio.h>
#include <stdlib.h>
+#include <malloc.h>
#include <CommCtrl.h>
#include <commdlg.h>
#include <Uxtheme.h>
|