aboutsummaryrefslogtreecommitdiffstats
path: root/Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Compiler.h')
-rw-r--r--Compiler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Compiler.h b/Compiler.h
index da84a2fe..5daec0a5 100644
--- a/Compiler.h
+++ b/Compiler.h
@@ -25,6 +25,8 @@
#include <vector>
#include <libethential/Common.h>
+namespace dev
+{
namespace eth
{
@@ -33,4 +35,4 @@ std::string compileLLLToAsm(std::string const& _src, bool _opt = true, std::vect
bytes compileLLL(std::string const& _src, bool _opt = true, std::vector<std::string>* _errors = nullptr);
}
-
+}