Description: gcc43 fix Use builtin includes to build with gcc43. . Originally contributed by Marcelo Boveto Shima . Forwarded: pending... Author: Mike Gabriel Last-Update: 2011-12-31 --- a/nxcompshad/Logger.h +++ b/nxcompshad/Logger.h @@ -18,8 +18,8 @@ #ifndef Logger_H #define Logger_H -#include -#include +#include +#include // // Error handling macros. --- a/nxcompshad/Misc.h +++ b/nxcompshad/Misc.h @@ -20,8 +20,8 @@ #include -#include -#include +#include +#include using namespace std;