From cd8259a2bb381cd06d2630ad358a80883173fe06 Mon Sep 17 00:00:00 2001 From: Bill Hoffman <bill.hoffman@kitware.com> Date: Mon, 6 Mar 2006 13:34:33 -0500 Subject: [PATCH] ENH: add missing cmake include --- Glob.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Glob.cxx b/Glob.cxx index 0351e056..9012d184 100644 --- a/Glob.cxx +++ b/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" -- GitLab