diff options
author | George Hazan <ghazan@miranda.im> | 2021-10-15 02:08:15 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-10-15 02:08:15 -0700 |
commit | 1719de1287be19402e64fed7bb8663fb8320e60a (patch) | |
tree | 6ee95ab31f4478404f3db4b304222be1294e27f6 /plugins | |
parent | ec9185c70ef54aedce862749d2e490faea20b2c4 (diff) |
another compilation fix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h index 85cc645c70..402111474f 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h @@ -39,7 +39,7 @@ #endif // WIN64 ]
#include <windows.h> //for NULL
#include <string> //for std::string, std::wstring, TEXT and _T macros, operator<<
-
+#include <sstream>
//used in: MirFoxCommons_messageQueueBySM.h and MirFoxCommons_sharedMemory.h
#define BOOST_DATE_TIME_NO_LIB
|