diff -up highlight-2.6.7/src/astyle/astyle.h.gcc43 highlight-2.6.7/src/astyle/astyle.h --- highlight-2.6.7/src/astyle/astyle.h.gcc43 2007-07-19 22:23:37.000000000 +0200 +++ highlight-2.6.7/src/astyle/astyle.h 2008-01-21 18:18:16.000000000 +0100 @@ -38,6 +38,8 @@ #include #include +#include + using namespace std; diff -up highlight-2.6.7/src/codegenerator.cpp.gcc43 highlight-2.6.7/src/codegenerator.cpp --- highlight-2.6.7/src/codegenerator.cpp.gcc43 2008-01-01 21:34:56.000000000 +0100 +++ highlight-2.6.7/src/codegenerator.cpp 2008-01-21 18:18:16.000000000 +0100 @@ -27,6 +27,9 @@ #include "re/Matcher.h" #include "astyle/astyle.h" +#include +#include + //-> siehe wx/defs.h #ifndef __WXWINDOWS__ #include "ansigenerator.h" diff -up highlight-2.6.7/src/languagedefinition.cpp.gcc43 highlight-2.6.7/src/languagedefinition.cpp --- highlight-2.6.7/src/languagedefinition.cpp.gcc43 2008-01-21 18:24:27.000000000 +0100 +++ highlight-2.6.7/src/languagedefinition.cpp 2008-01-21 18:24:48.000000000 +0100 @@ -18,6 +18,7 @@ #include "languagedefinition.h" #include "stringtools.h" +#include using namespace std;