diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-15 20:26:16 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-15 20:26:16 +0800 |
commit | 8aa50a004fb320b927b96576f085cfbe5f845da6 (patch) | |
tree | f9340978522d62a4d951a68c5085632425b968c4 /liblll/Parser.h | |
parent | 7c7a6de87b3c7b574a6bed25c7251df869532056 (diff) | |
download | dexon-solidity-8aa50a004fb320b927b96576f085cfbe5f845da6.tar.gz dexon-solidity-8aa50a004fb320b927b96576f085cfbe5f845da6.tar.zst dexon-solidity-8aa50a004fb320b927b96576f085cfbe5f845da6.zip |
LLL: throw proper ParserException
Diffstat (limited to 'liblll/Parser.h')
-rw-r--r-- | liblll/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblll/Parser.h b/liblll/Parser.h index b21989f0..e4542888 100644 --- a/liblll/Parser.h +++ b/liblll/Parser.h @@ -24,6 +24,7 @@ #include <string> #include <vector> #include <libdevcore/Common.h> +#include "Exceptions.h" namespace boost { namespace spirit { class utree; } } namespace sp = boost::spirit; |