diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-02-20 07:55:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-02-20 07:55:02 +0000 |
commit | c7f4afbd3109c59adc0acdc391ac46a3ff11cc49 (patch) | |
tree | 9b52c8c3235f7fabf4a49695f66b25341c3c4ad0 /plugins/Dropbox/src/common.h | |
parent | bd101972a977edb38fc0c12f4c5b556eb7a2ac99 (diff) |
precompiled headers revert
git-svn-id: http://svn.miranda-ng.org/main/trunk@8185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/common.h')
-rw-r--r-- | plugins/Dropbox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/common.h b/plugins/Dropbox/src/common.h index 89afef0c2c..d30863a33b 100644 --- a/plugins/Dropbox/src/common.h +++ b/plugins/Dropbox/src/common.h @@ -26,6 +26,7 @@ #include "version.h"
#include "resource.h"
+#include "dropbox.h"
#define MODULE "Dropbox"
|