mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13919 from lemenkov/explicit_include
libsolutil: Add missing include
This commit is contained in:
commit
acc01dadfc
@ -21,6 +21,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
|
@ -42,11 +42,12 @@
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
namespace solidity
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user