diff options
Diffstat (limited to 'Source/kwsys/test1.cxx')
-rw-r--r-- | Source/kwsys/test1.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/kwsys/test1.cxx b/Source/kwsys/test1.cxx index 840253f..19f5c9b 100644 --- a/Source/kwsys/test1.cxx +++ b/Source/kwsys/test1.cxx @@ -11,9 +11,10 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include <kwsys/Directory.hxx> -#include <kwsys/Process.h> -#include <kwsys/ios/iostream> +#include "kwsysPrivate.h" +#include KWSYS_HEADER(Directory.hxx) +#include KWSYS_HEADER(Process.h) +#include KWSYS_HEADER(ios/iostream) int main() { |