diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-10 03:56:41 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-10 03:56:41 +0300 |
commit | 36a60a8021dc0fa84ce13677f69e5a3f1428fe5b (patch) | |
tree | 4b90b38a42d2dc3c1c8ebf8f7f350fd3a8dd8404 /commonheaders.h | |
parent | 329ad737e54ed5972a727105301877750011d9b3 (diff) |
modified: commonheaders.h
new file: gpg_wrapper.cpp
new file: gpg_wrapper.h
modified: init.cpp
modified: main.cpp
new file: messages.cpp
modified: new_gpg.vcproj
modified: utilities.cpp
modified: utilities.h
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h index 39e128f..9375e71 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -47,4 +47,5 @@ using std::wfstream; #include "utilities.h" #include "globals.h" #include "main.h" +#include "gpg_wrapper.h" #endif |