diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-01 15:11:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-01 15:11:28 +0000 |
commit | 4e406184646a2d90f228f58abd74661b4de2e2d2 (patch) | |
tree | 92687c81a5eda73e03ff03e7710bc519b804a2c9 /src/core/commonheaders.h | |
parent | 09de5321514b772718acc6818db9200a975d3ea7 (diff) |
extraicons moved to the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@2131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/commonheaders.h')
-rw-r--r-- | src/core/commonheaders.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index ae6790a974..79be0e0ecf 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -44,6 +44,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <commctrl.h>
#include <vssym32.h>
+#include <map>
+#include <vector>
+#include <string>
+#include <algorithm>
+using namespace std;
+
#include <stdio.h>
#include <time.h>
#include <stddef.h>
@@ -91,6 +97,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_modernopt.h>
#include <m_help.h>
#include <m_timezones.h>
+#include <m_extraicons.h>
#include "miranda.h"
#include "stdplug.h"
|