From c4a68366af174e654d5735f244bf3beb8a81b143 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 16 Jul 2010 13:59:44 +0300 Subject: used list<> from stl instead of my own implementation --- commonheaders.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'commonheaders.h') diff --git a/commonheaders.h b/commonheaders.h index 32737a7..3214eb2 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -20,6 +20,9 @@ #include #include +#include +using std::list; + #define MIRANDA_VER 0x0800 #include -- cgit v1.2.3