diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-23 15:13:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-23 15:13:53 +0000 |
commit | 4917567d0e33f20b07b004c368cd66e301115db0 (patch) | |
tree | fa841e9647b10bb5a291196bae241974de30f060 /plugins/Clist_mw/src/commonheaders.h | |
parent | 83181e39a7613a9ed00c6c7ddcbea59a340d491e (diff) |
small plugins cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@6193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw/src/commonheaders.h')
-rw-r--r-- | plugins/Clist_mw/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_mw/src/commonheaders.h b/plugins/Clist_mw/src/commonheaders.h index 2aecdd67d3..ca9c6069e4 100644 --- a/plugins/Clist_mw/src/commonheaders.h +++ b/plugins/Clist_mw/src/commonheaders.h @@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <vssym32.h>
#include <Uxtheme.h>
+#include <shlwapi.h>
#include <malloc.h>
#include <stddef.h>
|