diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-06 18:34:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-06 18:34:33 (GMT) |
commit | 3aec2488ff83f2bea7ff9b0d2709d426f41ace26 (patch) | |
tree | 856019bebc908dd1124f0aed6a2ed36aaa13c000 /Source/kwsys/Glob.cxx | |
parent | 73e1d9abd93c605f17e237137ac022700b1c0859 (diff) | |
download | CMake-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.cxx | 1 |
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" |