diff -up highlight-2.6.13/src/main.cpp.gcc43 highlight-2.6.13/src/main.cpp --- highlight-2.6.13/src/main.cpp.gcc43 2008-10-08 20:08:10.000000000 +0200 +++ highlight-2.6.13/src/main.cpp 2008-10-08 20:09:08.000000000 +0200 @@ -23,6 +23,9 @@ #include "main.h" #include "re/Pattern.h" +#include +#include + #define MAX_LINE__WIDTH 80 using namespace std; diff -up highlight-2.6.13/src/platform_fs.cpp.gcc43 highlight-2.6.13/src/platform_fs.cpp --- highlight-2.6.13/src/platform_fs.cpp.gcc43 2008-09-10 21:34:37.000000000 +0200 +++ highlight-2.6.13/src/platform_fs.cpp 2008-10-08 20:07:37.000000000 +0200 @@ -36,6 +36,8 @@ #include #include +#include + using namespace std; namespace Platform {