aboutsummaryrefslogtreecommitdiffstats
path: root/CodeFragment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CodeFragment.cpp')
-rw-r--r--CodeFragment.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/CodeFragment.cpp b/CodeFragment.cpp
index 07d17fbe..ecad3d36 100644
--- a/CodeFragment.cpp
+++ b/CodeFragment.cpp
@@ -28,7 +28,8 @@
#include "CompilerState.h"
#include "Parser.h"
using namespace std;
-using namespace eth;
+using namespace dev;
+using namespace dev::eth;
namespace qi = boost::spirit::qi;
namespace px = boost::phoenix;
namespace sp = boost::spirit;