diff options
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"
|