diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-03-15 10:10:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-03-15 10:10:51 +0000 |
commit | ccd3481caa5dda6816747901108166298c8037d9 (patch) | |
tree | e72418c55d54631c06c389a4179867525ad2b9e6 /plugins/Dropbox/src/stdafx.h | |
parent | 40989eb0a17169c3b2e44a51a7db91b1876bbd62 (diff) |
Dropbox: fixed sending link after upload
git-svn-id: http://svn.miranda-ng.org/main/trunk@16484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r-- | plugins/Dropbox/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index b83d80895b..22489fabd8 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -8,6 +8,8 @@ #include <malloc.h>
#include <time.h>
+#include <map>
+
#include <newpluginapi.h>
#include <m_options.h>
|