From e079b660c32aa382619bb5a6d65b039de043b1a4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 21 Apr 2005 16:46:13 -0400 Subject: [PATCH] ENH: Added include-work-around for hashtable.hxx.in dependency. --- Source/kwsys/testhash.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/kwsys/testhash.cxx b/Source/kwsys/testhash.cxx index 609f20d4b..dc3c66015 100644 --- a/Source/kwsys/testhash.cxx +++ b/Source/kwsys/testhash.cxx @@ -21,6 +21,7 @@ #if 0 # include "hash_map.hxx.in" # include "hash_set.hxx.in" +# include "hashtable.hxx.in" # include "kwsys_ios_iostream.h.in" #endif