From 0a1ce46d56974cad57c64d28580abcf0e8e54d76 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 22 Jun 2014 09:12:22 +0000 Subject: fix compilation with gcc >= 4.7 git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.3@1118 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgcontext.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gpgcontext.cpp') diff --git a/gpgcontext.cpp b/gpgcontext.cpp index d459f37..4ada1f7 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -20,13 +20,10 @@ */ #include "gpgcontext.h" - +#include /* contains read/write */ #ifdef _WIN32 #include -#include /* contains read/write */ #endif - - namespace GpgME { -- cgit v1.2.3