From e9acc40a7ddb4580b7defed77f0aec071bbc1ade Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Mon, 15 Jun 2015 19:46:11 -0400 Subject: [PATCH] operation_history_object.hpp: Include operations.hpp --- .../chain/include/graphene/chain/operation_history_object.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/chain/include/graphene/chain/operation_history_object.hpp b/libraries/chain/include/graphene/chain/operation_history_object.hpp index 78c8f16a..9f5d6e9e 100644 --- a/libraries/chain/include/graphene/chain/operation_history_object.hpp +++ b/libraries/chain/include/graphene/chain/operation_history_object.hpp @@ -17,6 +17,7 @@ */ #pragma once #include +#include namespace graphene { namespace chain {