aboutsummaryrefslogtreecommitdiffstats
path: root/Assembly.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
committerGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
commit6ff57fe0759d13a97346cf5590f57ad729cbbae7 (patch)
treea17898b0a1cefdf93491806243c4b0e8504833a0 /Assembly.h
parent00caaf53d28976ed276d9d2fe7a54c07ba92b002 (diff)
downloaddexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar.gz
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar.zst
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.zip
Project-wide reorganisation of namespaces.
Diffstat (limited to 'Assembly.h')
-rw-r--r--Assembly.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Assembly.h b/Assembly.h
index f0f93297..cfeb6d1f 100644
--- a/Assembly.h
+++ b/Assembly.h
@@ -27,6 +27,8 @@
#include <libevmface/Instruction.h>
#include "Exceptions.h"
+namespace dev
+{
namespace eth
{
@@ -130,3 +132,4 @@ inline std::ostream& operator<<(std::ostream& _out, Assembly const& _a)
}
}
+}