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

Commit

Permalink
Merge pull request #10275 from EOSIO/gcc11_20x
Browse files Browse the repository at this point in the history
fix compile with gcc11 - 2.0
  • Loading branch information
spoonincode authored Apr 20, 2021
2 parents 86e4ce6 + 3ca5737 commit 9a2b4f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
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

0 comments on commit 9a2b4f9

Please sign in to comment.