Index: ragel/ragel.h --- ragel/ragel.h.orig 2005-12-17 04:50:57 +0100 +++ ragel/ragel.h 2006-01-27 22:33:01 +0100 @@ -25,6 +25,7 @@ #include #include #include +#include #include "config.h" #define PROGNAME "ragel" Index: rlcodegen/fsmcodegen.cpp --- rlcodegen/fsmcodegen.cpp.orig 2006-01-24 21:22:12 +0100 +++ rlcodegen/fsmcodegen.cpp 2006-01-27 22:33:01 +0100 @@ -25,6 +25,7 @@ #include "fsmcodegen.h" #include "redfsm.h" #include "gendata.h" +#include #include /* Determine if a string is only whitespace. Code blocks that are only Index: rlcodegen/gendata.cpp --- rlcodegen/gendata.cpp.orig 2006-01-24 21:22:12 +0100 +++ rlcodegen/gendata.cpp 2006-01-27 22:33:01 +0100 @@ -31,6 +31,7 @@ #include "fgotocodegen.h" #include "ipgotocodegen.h" +#include #include using std::endl;