diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r-- | protocols/ICQ-WIM/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h index b45810a867..e6b9d0020b 100644 --- a/protocols/ICQ-WIM/src/stdafx.h +++ b/protocols/ICQ-WIM/src/stdafx.h @@ -32,6 +32,8 @@ // Windows includes
#include <windows.h>
+#include <memory>
+
// Standard includes
#include <stdio.h>
#include <time.h>
@@ -106,4 +108,6 @@ bool IsValidType(const JSONNode &aimid); void RefreshGroups(void);
wchar_t* time2text(time_t time);
+CMStringW fileText2url(const CMStringW &wszText);
+
extern bool g_bSecureIM, g_bMessageState;
|