diff options
Diffstat (limited to 'src/serialize.h')
-rw-r--r-- | src/serialize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/serialize.h b/src/serialize.h index 698bdfe6a9..64f67fd682 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -31,6 +31,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 |