diff options
author | aunsane <aunsane@gmail.com> | 2018-03-11 21:29:25 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-03-11 21:30:54 +0300 |
commit | 5532fd4e1374c15c13e203a89b7cd060c7e15499 (patch) | |
tree | c96b03c78f6c9be6dd365e8c83f30090c58e6e22 /plugins/CloudFile/src/stdafx.h | |
parent | 30b4b861bc47eab24d3236879d50791871d5c90a (diff) |
CloudFile should create Miranda NG folder instead of placing files into Yandex Disk root (fixed #1184)
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r-- | plugins/CloudFile/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h index e789c57360..d7c3cf2c8e 100644 --- a/plugins/CloudFile/src/stdafx.h +++ b/plugins/CloudFile/src/stdafx.h @@ -9,6 +9,7 @@ #include <time.h> #include <map> +#include <algorithm> #include <newpluginapi.h> |