From ec43b0ca64b265969d451d7c94579fefa75316de Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Fri, 6 Apr 2012 17:02:13 +0200 Subject: [PATCH] Fix cross-compilation for windows --- keychain_win.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keychain_win.cpp b/keychain_win.cpp index ce341ba..8ebc406 100644 --- a/keychain_win.cpp +++ b/keychain_win.cpp @@ -10,8 +10,8 @@ #include -#include -#include +#include +#include #include