diff options
Diffstat (limited to 'Source/kwsys/Directory.cxx')
-rw-r--r-- | Source/kwsys/Directory.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/kwsys/Directory.cxx b/Source/kwsys/Directory.cxx index 5e409b6..40447c4 100644 --- a/Source/kwsys/Directory.cxx +++ b/Source/kwsys/Directory.cxx @@ -14,12 +14,13 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include <Directory.hxx> +#include "kwsysPrivate.h" +#include KWSYS_HEADER(Directory.hxx) -#include <Configure.hxx> +#include KWSYS_HEADER(Configure.hxx) -#include <std/string> -#include <std/vector> +#include KWSYS_HEADER(std/string) +#include KWSYS_HEADER(std/vector) namespace KWSYS_NAMESPACE { |