Provide inline assembly to the code generator. (#840)

* Directly usable inline assembly.

* Add missing header.
This commit is contained in:
chriseth
2016-08-16 16:27:20 +02:00
committed by GitHub
parent c547f9c24b
commit 77f4424589
5 changed files with 87 additions and 1 deletions
@@ -23,6 +23,7 @@
#include <utility>
#include <numeric>
#include <boost/range/adaptor/reversed.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <libdevcore/Common.h>
#include <libdevcore/SHA3.h>
#include <libsolidity/ast/AST.h>