Merge pull request #11402 from ethereum/gcc11

Fix compilation errors with GCC 11
This commit is contained in:
Harikrishnan Mulackal 2021-05-17 13:27:54 +02:00 committed by GitHub
commit 1d41ceaed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <liblangutil/CharStream.h>
#include <limits>
#include <memory>
#include <string>

View File

@ -25,6 +25,7 @@
#include <tools/yulPhaser/Population.h>
#include <tools/yulPhaser/ProgramCache.h>
#include <cstddef>
#include <ctime>
#include <optional>
#include <ostream>

View File

@ -18,6 +18,7 @@
#pragma once
#include <cstddef>
#include <map>
#include <ostream>
#include <string>

View File

@ -24,6 +24,7 @@
#include <tools/yulPhaser/Mutations.h>
#include <tools/yulPhaser/Population.h>
#include <cstddef>
#include <optional>
namespace solidity::phaser

View File

@ -23,6 +23,7 @@
#pragma once
#include <cassert>
#include <cstddef>
#include <tuple>
#include <vector>

View File

@ -27,6 +27,7 @@
#include <boost/program_options.hpp>
#include <cstddef>
#include <istream>
#include <memory>
#include <optional>

View File

@ -23,6 +23,7 @@
#include <tools/yulPhaser/Mutations.h>
#include <tools/yulPhaser/SimulationRNG.h>
#include <cstddef>
#include <optional>
#include <ostream>
#include <vector>

View File

@ -23,6 +23,7 @@
#include <liblangutil/Exceptions.h>
#include <cstddef>
#include <optional>
#include <ostream>
#include <set>

View File

@ -22,6 +22,7 @@
#include <libyul/optimiser/Metrics.h>
#include <cstddef>
#include <map>
#include <string>

View File

@ -23,6 +23,7 @@
#pragma once
#include <cassert>
#include <cstddef>
#include <vector>
namespace solidity::phaser

View File

@ -20,6 +20,7 @@
#include <boost/random/mersenne_twister.hpp>
#include <cstddef>
#include <cstdint>
namespace solidity::phaser