--- ncl-2.0/src/charactersblock.cpp.orig 2008-06-15 15:46:28.000000000 +0000 +++ ncl-2.0/src/charactersblock.cpp.orig 2008-06-15 15:46:44.000000000 +0000 @@ -1,3 +1,5 @@ + +#include #include "nexusdefs.h" #include "xnexus.h" #include "nexustoken.h" --- ncl-2.0/src/nexus.cpp.orig 2008-06-15 15:48:58.000000000 +0000 +++ ncl-2.0/src/nexus.cpp.orig 2008-06-15 15:49:08.000000000 +0000 @@ -1,3 +1,5 @@ + +#include #include "nexusdefs.h" #include "xnexus.h" #include "nexustoken.h" --- ncl-2.0/src/nexustoken.cpp.orig 2008-06-15 15:50:12.000000000 +0000 +++ ncl-2.0/src/nexustoken.cpp.orig 2008-06-15 15:50:21.000000000 +0000 @@ -1,3 +1,5 @@ + +#include #include "nexusdefs.h" #include "xnexus.h" #include "nexustoken.h" --- ncl-2.0/src/nxsstring.cpp.orig 2008-06-15 15:51:19.000000000 +0000 +++ ncl-2.0/src/nxsstring.cpp.orig 2008-06-15 15:51:30.000000000 +0000 @@ -1,3 +1,6 @@ + +#include + #ifdef __BORLANDC__ // Undefine __MINMAX_DEFINED so that min and max are correctly defined #ifdef __MINMAX_DEFINED --- TreeLib/Parse.cpp.orig 2008-06-15 15:52:30.000000000 +0000 +++ TreeLib/Parse.cpp.orig 2008-06-15 15:52:42.000000000 +0000 @@ -20,7 +20,9 @@ */ // $Id: Parse.cpp,v 1.9 2002/02/23 12:22:32 rdmp1c Exp $ - + + +#include #include #include "Parse.h" --- TreeLib/TreeLib.cpp.orig 2008-06-15 15:53:46.000000000 +0000 +++ TreeLib/TreeLib.cpp.orig 2008-06-15 15:54:11.000000000 +0000 @@ -24,6 +24,8 @@ #include "TreeLib.h" #include "Parse.h" + +#include #include --- TreeLib/treereader.cpp.orig 2008-06-15 15:55:06.000000000 +0000 +++ TreeLib/treereader.cpp.orig 2008-06-15 15:55:16.000000000 +0000 @@ -21,6 +21,8 @@ // $Id: treereader.cpp,v 1.5 2003/09/10 12:58:16 rdmp1c Exp $ +#include +#include #include "treereader.h" #if __MWERKS__