diff options
Diffstat (limited to 'CompilerState.cpp')
-rw-r--r-- | CompilerState.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CompilerState.cpp b/CompilerState.cpp index 22277501..c3dc2dda 100644 --- a/CompilerState.cpp +++ b/CompilerState.cpp @@ -23,7 +23,8 @@ #include "CodeFragment.h" using namespace std; -using namespace eth; +using namespace dev; +using namespace dev::eth; CompilerState::CompilerState() { |