diff options
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 04009a3..c2c67f8 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -14,10 +14,11 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include <SystemTools.hxx> +#include "kwsysPrivate.h" +#include KWSYS_HEADER(SystemTools.hxx) -#include <std/iostream> -#include <std/fstream> +#include KWSYS_HEADER(std/iostream) +#include KWSYS_HEADER(std/fstream) #ifdef _MSC_VER # pragma warning (disable: 4786) |