diff options
Diffstat (limited to 'test/libevmasm/SourceLocation.cpp')
-rw-r--r-- | test/libevmasm/SourceLocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libevmasm/SourceLocation.cpp b/test/libevmasm/SourceLocation.cpp index 6889b3e6..764da3cd 100644 --- a/test/libevmasm/SourceLocation.cpp +++ b/test/libevmasm/SourceLocation.cpp @@ -22,7 +22,7 @@ #include <libevmasm/SourceLocation.h> -#include "../TestHelper.h" +#include <test/Options.h> namespace dev { |