Skip to content

Commit 54ac1e8

Browse files
committed
Fix missing STL include in tools/solidityUpgrade/SourceUpgrade.cpp
1 parent 3f84837 commit 54ac1e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/solidityUpgrade/SourceUpgrade.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include <boost/filesystem/operations.hpp>
2727
#include <boost/algorithm/string.hpp>
2828

29+
#include <fstream>
30+
2931
#ifdef _WIN32 // windows
3032
#include <io.h>
3133
#define isatty _isatty

0 commit comments

Comments
 (0)