diff options
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 3 |
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> |