add missing includes for packing variant
This commit is contained in:
parent
da31395c93
commit
68d3ff57bf
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <fc/io/raw_variant.hpp>
|
||||
#include <fc/reflect/reflect.hpp>
|
||||
#include <fc/io/datastream.hpp>
|
||||
#include <fc/io/varint.hpp>
|
||||
|
|
@ -6,7 +7,6 @@
|
|||
#include <fc/fwd.hpp>
|
||||
#include <fc/array.hpp>
|
||||
#include <fc/time.hpp>
|
||||
#include <fc/io/raw_fwd.hpp>
|
||||
#include <fc/filesystem.hpp>
|
||||
#include <fc/exception/exception.hpp>
|
||||
#include <map>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <fc/exception/exception.hpp>
|
||||
#include <fc/io/raw_fwd.hpp>
|
||||
#include <fc/variant_object.hpp>
|
||||
#include <fc/variant.hpp>
|
||||
|
|
|
|||
Loading…
Reference in a new issue