Fix compilation errors with GCC 11

This commit is contained in:
Alex Beregszaszi 2021-05-17 10:48:48 +01:00
parent 55506418bc
commit 44e35e0652
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