Merge pull request #13919 from lemenkov/explicit_include

libsolutil: Add missing include
This commit is contained in:
Kamil Śliwak 2023-02-05 01:46:36 +01:00 committed by GitHub
commit acc01dadfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,7 @@
#pragma once
#include <cstdint>
#include <optional>
#include <string>

View File

@ -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
{