changeset 1196:9f1d168ffa13 draft

windows build fix
author Wladimir J. van der Laan <laanwj@gmail.com>
date Mon, 18 Jul 2011 18:34:53 +0200
parents a2e4d7598a5a
children dbccb73c0c2c
files src/serialize.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -30,6 +30,7 @@
 #endif
 
 #ifdef __WXMSW__
+#include <windows.h>
 // This is used to attempt to keep keying material out of swap
 // Note that VirtualLock does not provide this as a guarantee on Windows,
 // but, in practice, memory that has been VirtualLock'd almost never gets written to