diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-11 15:50:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-11 15:50:49 +0000 |
commit | cc9fc711fee11a1be132ca9fb9c3f34880ed44a9 (patch) | |
tree | 6e3a1e88c1eed738072f30c59e0842526ce6ce16 /plugins/MirandaG15/src/LCDFramework/stdafx.h | |
parent | 683a19c3328e3a13916684de8827651990cf07ed (diff) |
minus CreateThread
git-svn-id: http://svn.miranda-ng.org/main/trunk@13545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/stdafx.h')
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/stdafx.h b/plugins/MirandaG15/src/LCDFramework/stdafx.h index 0ff159a86f..2195cdf02e 100644 --- a/plugins/MirandaG15/src/LCDFramework/stdafx.h +++ b/plugins/MirandaG15/src/LCDFramework/stdafx.h @@ -19,6 +19,8 @@ using namespace std; #define tstring string
#endif
+#include <m_core.h>
+
#include "debug.h"
#include "misc.h"
|