More attempts to fix for the ultra-pedantic clang compiler.

This commit is contained in:
Gav Wood 2014-10-07 23:07:56 +02:00
parent 92d9a107d7
commit 8c1c9ac664

View File

@ -24,6 +24,7 @@
#include <boost/algorithm/string.hpp>
#include <boost/spirit/include/support_utree.hpp>
#include <libdevcore/Log.h>
#include <libdevcore/CommonIO.h>
#include <libevmface/Instruction.h>
#include "CompilerState.h"
#include "Parser.h"