aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-18 18:34:53 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-18 18:34:53 +0200
commit24c835b0b669dbd3c072d06e27c2e92b252e6af9 (patch)
treea0c0d3119aaee585f2b5226407ec3462fb096a34 /src/serialize.h
parenta75e1e32923365dada7bee8cc0c2468d759355eb (diff)
downloadbitcoin-24c835b0b669dbd3c072d06e27c2e92b252e6af9.tar.xz
windows build fix
Diffstat (limited to 'src/serialize.h')
-rw-r--r--src/serialize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/serialize.h b/src/serialize.h
index cb3a3ea03c..857d0468d1 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -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