diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-17 18:41:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-17 18:41:23 +0000 |
commit | 8357738d081c17c692866aaf84fa6c3c6b450fc4 (patch) | |
tree | 988f50d5986e16ad8c8aa2653b998001c5eb7138 /plugins/CSList | |
parent | fd7c1c859ec0dc972b1ca881eda14ea950cdb649 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList')
-rw-r--r-- | plugins/CSList/src/cslist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CSList/src/cslist.h b/plugins/CSList/src/cslist.h index 60af6dcfe8..35bafb8b4b 100644 --- a/plugins/CSList/src/cslist.h +++ b/plugins/CSList/src/cslist.h @@ -53,6 +53,7 @@ #include <m_hotkeys.h>
#include <m_variables.h>
+#include <win2k.h>
#include "resource.h"
#include "version.h"
|