Skip to content

Commit 8a42333

Browse files
Gandalf-the-Greyvogel76
authored andcommitted
Explicitly include required headers
1 parent af73199 commit 8a42333

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

libraries/chain/include/hive/chain/full_transaction.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <chrono>
55
#include <mutex>
66
#include <atomic>
7+
#include <variant>
78

89
namespace hive { namespace chain {
910

libraries/chainbase/include/chainbase/allocators.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <boost/thread.hpp>
1616
#include <boost/thread/locks.hpp>
1717

18+
#include <deque>
1819
#include <type_traits>
1920

2021
namespace chainbase {

programs/beekeeper/beekeeper/beekeeper_instance.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <boost/exception/diagnostic_information.hpp>
88
#include <boost/filesystem.hpp>
99

10+
#include <fstream>
11+
1012
namespace beekeeper {
1113
namespace bfs = boost::filesystem;
1214

0 commit comments

Comments
 (0)