From ce624827f6f1c29ea59eaf25c6d4aeb713e19dc7 Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Thu, 13 Aug 2015 14:27:39 -0400 Subject: [PATCH] Include smart_ref_impl.hpp when dereferencing smart_ref #231 --- libraries/chain/account_evaluator.cpp | 2 ++ libraries/chain/db_maint.cpp | 5 +++-- tests/tests/fee_tests.cpp | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libraries/chain/account_evaluator.cpp b/libraries/chain/account_evaluator.cpp index 26006fd7..a7714376 100644 --- a/libraries/chain/account_evaluator.cpp +++ b/libraries/chain/account_evaluator.cpp @@ -15,6 +15,8 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + +#include #include #include #include diff --git a/libraries/chain/db_maint.cpp b/libraries/chain/db_maint.cpp index 9519b5ae..1806e718 100644 --- a/libraries/chain/db_maint.cpp +++ b/libraries/chain/db_maint.cpp @@ -16,6 +16,9 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +#include + #include #include @@ -27,8 +30,6 @@ #include #include -#include - namespace graphene { namespace chain { template diff --git a/tests/tests/fee_tests.cpp b/tests/tests/fee_tests.cpp index 5b81cc10..0865216b 100644 --- a/tests/tests/fee_tests.cpp +++ b/tests/tests/fee_tests.cpp @@ -16,6 +16,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include #include