diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-06 17:40:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-06 17:40:29 +0000 |
commit | 6266d59bee0d06a9d188ec01040659fcee7542e3 (patch) | |
tree | c34b8805164c6bbae99f47262b00211d6808d9ce /plugins/Clist_nicer/src | |
parent | 123e0df8cacb3caece0eef2735d929e42873d412 (diff) |
fixes for vs2012
git-svn-id: http://svn.miranda-ng.org/main/trunk@2666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src')
-rw-r--r-- | plugins/Clist_nicer/src/Include/commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Clist_nicer/src/Include/commonheaders.h b/plugins/Clist_nicer/src/Include/commonheaders.h index 383ad487d8..87cf90fd3d 100644 --- a/plugins/Clist_nicer/src/Include/commonheaders.h +++ b/plugins/Clist_nicer/src/Include/commonheaders.h @@ -56,7 +56,10 @@ #include <direct.h>
#include <math.h>
#include <shlwapi.h>
+#include <Richedit.h>
+
#include "resource.h"
+
#include <newpluginapi.h>
#include <win2k.h>
#include <m_clist.h>
|