summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/commonheaders.h
diff options
context:
space:
mode:
authorAlexander Gluzsky <sss123next@list.ru>2013-02-08 14:27:01 +0000
committerAlexander Gluzsky <sss123next@list.ru>2013-02-08 14:27:01 +0000
commit4d20cb679ac6ca7efd23bc9ad99d33fc8794f693 (patch)
treec9279611b2ec59e03102a0520654e0b482e74c64 /plugins/New_GPG/src/commonheaders.h
parent8ba05a620bebb8f1400b20148be7012243e2ff9f (diff)
"boosted" process management
misc process management optimizations (should be little faster now) git-svn-id: http://svn.miranda-ng.org/main/trunk@3479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/commonheaders.h')
-rwxr-xr-xplugins/New_GPG/src/commonheaders.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/commonheaders.h b/plugins/New_GPG/src/commonheaders.h
index 6476f127cf..eb5f6d2a64 100755
--- a/plugins/New_GPG/src/commonheaders.h
+++ b/plugins/New_GPG/src/commonheaders.h
@@ -19,6 +19,7 @@
#define _CRT_SECURE_NO_WARNINGS
#define MIRANDA_VER 0x0A00
+
//windows
#include <windows.h>
#include <shlobj.h>
@@ -47,6 +48,7 @@ using std::fstream;
//boost
+
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/nondet_random.hpp>