summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/commonheaders.h7
-rw-r--r--src/core/modules.cpp2
2 files changed, 8 insertions, 1 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"
diff --git a/src/core/modules.cpp b/src/core/modules.cpp
index 0a2a77c012..3efee23a99 100644
--- a/src/core/modules.cpp
+++ b/src/core/modules.cpp
@@ -144,7 +144,7 @@ int LoadDefaultModules(void)
if ( LoadProtocolsModule()) return 1;
LoadDbAccounts(); // retrieves the account array from a database
if ( LoadContactsModule()) return 1;
- if ( LoadContactListModule()) return 1;
+ if ( LoadContactListModule()) return 1; // prepare contact list interface
if ( LoadAddContactModule()) return 1;
if ( LoadNewPluginsModule()) return 1; // will call Load(void) on everything, clist will load first