summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dropbox/src/common.h')
-rw-r--r--plugins/Dropbox/src/common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/common.h b/plugins/Dropbox/src/common.h
index faa1e30302..265ce1765c 100644
--- a/plugins/Dropbox/src/common.h
+++ b/plugins/Dropbox/src/common.h
@@ -28,10 +28,14 @@
#include "version.h"
#include "resource.h"
-#include "dropbox.h"
+
#define MODULE "Dropbox"
extern HINSTANCE g_hInstance;
+class CDropbox;
+
+#include "dropbox.h"
+
#endif //_COMMON_H_ \ No newline at end of file