Added missing include

This commit is contained in:
Peter Conrad 2018-11-04 21:14:29 +01:00
parent 3c3b76920e
commit ed4a300fd5

View file

@ -14,6 +14,8 @@
#include <functional>
#include <stdexcept>
#include <typeinfo>
#include <fc/array.hpp>
#include <fc/exception/exception.hpp>
namespace fc {