diff options
Diffstat (limited to 'Exceptions.h')
-rw-r--r-- | Exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Exceptions.h b/Exceptions.h index 0d07c706..e5f653e1 100644 --- a/Exceptions.h +++ b/Exceptions.h @@ -24,7 +24,7 @@ #include <string> #include <libdevcore/Exceptions.h> -#include <libevmcore/SourceLocation.h> +#include <libevmasm/SourceLocation.h> namespace dev { |