summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Glob.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-06 18:34:33 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-06 18:34:33 (GMT)
commit3aec2488ff83f2bea7ff9b0d2709d426f41ace26 (patch)
tree856019bebc908dd1124f0aed6a2ed36aaa13c000 /Source/kwsys/Glob.cxx
parent73e1d9abd93c605f17e237137ac022700b1c0859 (diff)
downloadCMake-3aec2488ff83f2bea7ff9b0d2709d426f41ace26.zip
CMake-3aec2488ff83f2bea7ff9b0d2709d426f41ace26.tar.gz
CMake-3aec2488ff83f2bea7ff9b0d2709d426f41ace26.tar.bz2
ENH: add missing cmake include
Diffstat (limited to 'Source/kwsys/Glob.cxx')
-rw-r--r--Source/kwsys/Glob.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/Glob.cxx b/Source/kwsys/Glob.cxx
index 7617458..011986b 100644
--- a/Source/kwsys/Glob.cxx
+++ b/Source/kwsys/Glob.cxx
@@ -26,6 +26,7 @@
// duplicate the above list of headers.
#if 0
# include "Glob.hxx.in"
+# include "Directory.hxx.in"
# include "Configure.hxx.in"
# include "RegularExpression.hxx.in"
# include "SystemTools.hxx.in"