From 6ff57fe0759d13a97346cf5590f57ad729cbbae7 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 5 Sep 2014 17:09:58 +0200 Subject: Project-wide reorganisation of namespaces. --- Compiler.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Compiler.h') diff --git a/Compiler.h b/Compiler.h index da84a2fe..5daec0a5 100644 --- a/Compiler.h +++ b/Compiler.h @@ -25,6 +25,8 @@ #include #include +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* _errors = nullptr); } - +} -- cgit v1.2.3