diff options
Diffstat (limited to 'CodeFragment.h')
-rw-r--r-- | CodeFragment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeFragment.h b/CodeFragment.h index 554f90b4..03f812b6 100644 --- a/CodeFragment.h +++ b/CodeFragment.h @@ -23,7 +23,7 @@ #include <libdevcore/Common.h> #include <libevmcore/Instruction.h> -#include <libevmcore/Assembly.h> +#include <libevmasm/Assembly.h> #include "Exceptions.h" namespace boost { namespace spirit { class utree; } } |