Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp

This commit is contained in:
Tim Hughes 2014-06-04 11:34:14 +01:00
parent f64b371382
commit bbc7bd19e5

View File

@ -32,7 +32,7 @@ namespace sp = boost::spirit;
namespace eth
{
class CompilerState;
struct CompilerState;
class CodeFragment
{