diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-17 10:14:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-17 10:14:03 +0000 |
commit | acc58a246bee0bf5e1f0da754f25a230452e0f7a (patch) | |
tree | b4f688dde492de870d4d93365fa17e0f4b156876 /plugins/Exchange/src/hooked_events.cpp | |
parent | be8e82f36f3382e4658e323299beb4abdfb3e283 (diff) |
preparing Exchange for the precompiled headers' usage
git-svn-id: http://svn.miranda-ng.org/main/trunk@11868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange/src/hooked_events.cpp')
-rw-r--r-- | plugins/Exchange/src/hooked_events.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Exchange/src/hooked_events.cpp b/plugins/Exchange/src/hooked_events.cpp index b1fc66ce68..e02896dde0 100644 --- a/plugins/Exchange/src/hooked_events.cpp +++ b/plugins/Exchange/src/hooked_events.cpp @@ -18,6 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include "commonheaders.h"
+#include "dlg_handlers.h"
#include "hooked_events.h"
HANDLE hModulesLoaded;
|