mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Provide inline assembly to the code generator. (#840)
* Directly usable inline assembly. * Add missing header.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user