aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerState.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 /CompilerState.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 'CompilerState.h')
-rw-r--r--CompilerState.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CompilerState.h b/CompilerState.h
index a0b3bf46..bfe56f92 100644
--- a/CompilerState.h
+++ b/CompilerState.h
@@ -24,6 +24,8 @@
#include <boost/spirit/include/support_utree.hpp>
#include "CodeFragment.h"
+namespace dev
+{
namespace eth
{
@@ -52,3 +54,4 @@ struct CompilerState
};
}
+}