diff options
Diffstat (limited to 'stopspam_mod/headers.h')
-rw-r--r-- | stopspam_mod/headers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stopspam_mod/headers.h b/stopspam_mod/headers.h index 952a392..8295bc4 100644 --- a/stopspam_mod/headers.h +++ b/stopspam_mod/headers.h @@ -1,5 +1,7 @@ #include <windows.h>
#include <stdio.h>
+#include <commctrl.h>
+#include <malloc.h>
#include <time.h>
#include <string>
#include <sstream>
@@ -25,4 +27,4 @@ #include "resource.h"
#include "utilities.h"
-#include <m_dos.h>
\ No newline at end of file +#include <m_dos.h>
|