diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-10 12:04:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-10 12:04:42 +0300 |
commit | c1211a1a967563c7e9aeb3858e16b15190e3e32c (patch) | |
tree | a25d9960a71d5f4e6d206295d5da3d9dd3fcea87 /protocols/Twitter/src | |
parent | 2e35b010f58462300396242ac6fbb92a970e289e (diff) |
compilation fixes for VS2017
Diffstat (limited to 'protocols/Twitter/src')
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index ce46f463da..115feae40b 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -16,6 +16,7 @@ #include <ctime>
#include <fstream>
#include <string>
+#include <memory>
using std::string;
using std::wstring;
#include <map>
|