Merge pull request #9409 from ethereum/fixWindowsBuild

Fix windows build.
This commit is contained in:
chriseth 2020-07-14 15:06:27 +02:00 committed by GitHub
commit 052c4a86a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@
#include <boost/algorithm/string.hpp>
using namespace std;
using namespace solidity;
using namespace solidity::langutil;
using namespace solidity::frontend;