diff options
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index f82b72b8..82add295 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -23,7 +23,9 @@ #include <thread> #include <chrono> + #include <boost/filesystem/path.hpp> + #include <libethereum/Client.h> #include <liblll/Compiler.h> #include <libevm/VMFactory.h> |