aboutsummaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-29 02:52:48 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-29 02:52:48 +0000
commitcc0b4c3b62367a2aebe5fc1f4d0ed4b97e9c2ac9 (patch)
tree08535edfd634944708c936fd596f3719ccf191d8 /headers.h
parent6ccefea62ae5644c9b318234c6a8a6c077d00922 (diff)
downloadbitcoin-cc0b4c3b62367a2aebe5fc1f4d0ed4b97e9c2ac9.tar.xz
addr relaying fixes, proxy option and privacy patches, detect connect to self, non-final tx locktime changes, fix hide unconfirmed generated
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index f7e88e0c67..29b16fb780 100644
--- a/headers.h
+++ b/headers.h
@@ -5,6 +5,7 @@
#ifdef _MSC_VER
#pragma warning(disable:4786)
#pragma warning(disable:4804)
+#pragma warning(disable:4805)
#pragma warning(disable:4717)
#endif
#ifdef _WIN32_WINNT
@@ -62,6 +63,7 @@ using namespace boost;
+#include "strlcpy.h"
#include "serialize.h"
#include "uint256.h"
#include "util.h"