diff options
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r-- | plugins/Dropbox/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index c34bab3d16..6e736ded62 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -3,6 +3,8 @@ #include <windows.h>
#include <Shlwapi.h>
+
+#include <malloc.h>
#include <time.h>
#include <newpluginapi.h>
@@ -35,8 +37,6 @@ extern HINSTANCE g_hInstance;
-class CDropbox;
-
#include "dropbox.h"
#endif //_COMMON_H_
\ No newline at end of file |