From bbc7bd19e529cd1a64708b45b8f8193b60d5fb59 Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Wed, 4 Jun 2014 11:34:14 +0100 Subject: [PATCH] Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp --- CodeFragment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeFragment.h b/CodeFragment.h index 2c6f2cce6..8e3ff1d7d 100644 --- a/CodeFragment.h +++ b/CodeFragment.h @@ -32,7 +32,7 @@ namespace sp = boost::spirit; namespace eth { -class CompilerState; +struct CompilerState; class CodeFragment {