Skip to content

Commit 035f6ab

Browse files
authored
Merge pull request #13094 from yurivict/fix-missing-include
Fix missing STL include in tools/solidityUpgrade/SourceUpgrade.cpp
2 parents 1f8b8c9 + 54ac1e8 commit 035f6ab

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)