db_update.cpp: Include hardfork.hpp, fix non-unity build broken by #615 fix

This commit is contained in:
theoreticalbts 2016-03-15 15:07:53 -04:00
parent f1cd2c2454
commit 2a745f5882

View file

@ -27,6 +27,7 @@
#include <graphene/chain/asset_object.hpp> #include <graphene/chain/asset_object.hpp>
#include <graphene/chain/global_property_object.hpp> #include <graphene/chain/global_property_object.hpp>
#include <graphene/chain/hardfork.hpp>
#include <graphene/chain/market_object.hpp> #include <graphene/chain/market_object.hpp>
#include <graphene/chain/proposal_object.hpp> #include <graphene/chain/proposal_object.hpp>
#include <graphene/chain/transaction_object.hpp> #include <graphene/chain/transaction_object.hpp>