diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-15 10:36:22 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-15 10:36:22 +0000 |
commit | b1e20e52b7b0ed9cd528e209d0a09e1ef4e2c3b7 (patch) | |
tree | be0c0c2c428f5cde651c83c1832a261c5f82fbe4 /plugins/Db_autobackups/src/stdafx.h | |
parent | d7b9ee00b935f774c1d521b9efcb2e41f087f744 (diff) |
db_autobackups: dropbox support
git-svn-id: http://svn.miranda-ng.org/main/trunk@15560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/stdafx.h')
-rw-r--r-- | plugins/Db_autobackups/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h index 32fae90870..9a4676583f 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -18,6 +18,7 @@ #include <m_autobackups.h>
#include <m_folders.h>
+#include <m_dropbox.h>
#include "options.h"
#include "resource.h"
|