From 7813585f6a5c15f8ce55ae7934d0d8aee3bd8cae Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Tue, 5 Jan 2016 15:58:48 -0500 Subject: [PATCH] c++11: detect and correct for boost builds with an incompatible abi --- src/wallet/walletdb.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp index b3d20cafd..44c2d5d66 100644 --- a/src/wallet/walletdb.cpp +++ b/src/wallet/walletdb.cpp @@ -18,6 +18,8 @@ #include "utiltime.h" #include "wallet/wallet.h" +#include + #include #include #include