windows build fix
authorWladimir J. van der Laan <laanwj@gmail.com>
Mon, 18 Jul 2011 16:34:53 +0000 (18:34 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Mon, 18 Jul 2011 16:34:53 +0000 (18:34 +0200)
src/serialize.h

index cb3a3ea..857d046 100644 (file)
@@ -30,6 +30,7 @@ typedef unsigned long long  uint64;
 #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