Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

fix compile with gcc11 - 2.0 #10275

Merged
merged 1 commit into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libraries/chain/include/eosio/chain/thread_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <boost/asio/post.hpp>
#include <future>
#include <memory>
#include <optional>

namespace eosio { namespace chain {

Expand Down
1 change: 1 addition & 0 deletions libraries/wasm-jit/Source/WAST/ParseNumbers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <climits>
#include <cerrno>
#include <limits>

// Include the David Gay's dtoa code.
// #define strtod and dtoa to avoid conflicting with the C standard library versions
Expand Down
2 changes: 2 additions & 0 deletions unittests/misc_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <appbase/execution_priority_queue.hpp>
#include <fc/bitutil.hpp>

#include <thread>

#include <boost/test/unit_test.hpp>

#ifdef NON_VALIDATING_TEST
Expand Down