summaryrefslogtreecommitdiff
path: root/commonheaders.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-07-16 13:59:44 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-07-16 13:59:44 +0300
commitc4a68366af174e654d5735f244bf3beb8a81b143 (patch)
tree3a4540b0a57b02729d4fe9a6910981a732328322 /commonheaders.h
parent369c4ad5aedc204c4478381122880f3688fb34b8 (diff)
used list<> from stl instead of my own implementation
Diffstat (limited to 'commonheaders.h')
-rw-r--r--commonheaders.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h
index 32737a7..3214eb2 100644
--- a/commonheaders.h
+++ b/commonheaders.h
@@ -20,6 +20,9 @@
#include <malloc.h>
#include <time.h>
+#include <list>
+using std::list;
+
#define MIRANDA_VER 0x0800
#include <newpluginapi.h>