diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-23 20:47:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-23 20:47:49 +0000 |
commit | 152e2cbfc1d79cf38a0751ce98bed074cf6c97d4 (patch) | |
tree | 6271ece2e5f2614e4613600cfa357ae1ac20caab /plugins/ShellExt/src/stdafx.h | |
parent | 3cc63733f0d247f133170b2b40fde6ee2e47e870 (diff) |
ShellExt: main module completed, one module to go
git-svn-id: http://svn.miranda-ng.org/main/trunk@5797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/stdafx.h')
-rw-r--r-- | plugins/ShellExt/src/stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h index 3c231ae4b1..d84021d3e6 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -5,12 +5,18 @@ #include <ShlObj.h>
#include <Wincodec.h>
+#include <string.h>
#include <string>
#include <newpluginapi.h>
#include <m_system_cpp.h>
#include <m_protocols.h>
+#include <m_protosvc.h>
+#include <m_file.h>
+#include <m_ignore.h>
+#include <m_skin.h>
+#include <m_clist.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_database.h>
|