diff options
Diffstat (limited to 'lllc/main.cpp')
-rw-r--r-- | lllc/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lllc/main.cpp b/lllc/main.cpp index 0ca3ff13..e47c66a0 100644 --- a/lllc/main.cpp +++ b/lllc/main.cpp @@ -32,7 +32,7 @@ using namespace std; using namespace dev; using namespace dev::solidity; -using namespace dev::eth; +using namespace dev::lll; static string const VersionString = string(ETH_PROJECT_VERSION) + |