X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fserialize.h;h=b169f75b2aae62344b9b1eebe4a6bf16a5e123f2;hp=c55775242b083c1773150f9ab824246b875a2d44;hb=b90c9ecb132ad686275afafe506f8044719245ec;hpb=eb72eae304a7067eb568437c66c4d831b075dab9 diff --git a/src/serialize.h b/src/serialize.h index c557752..b169f75 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -31,6 +31,7 @@ typedef unsigned long long uint64; #endif #ifdef __WXMSW__ +#include // 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