From d633bac7bcc3e072c9337d5eddb473f51a9d6d33 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Fri, 10 Mar 2006 10:28:43 -0500 Subject: [PATCH] BUG: Make sure to have proper dependencies --- Source/kwsys/testDynamicLoader.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx index ea50c1fda..ac553e2ec 100644 --- a/Source/kwsys/testDynamicLoader.cxx +++ b/Source/kwsys/testDynamicLoader.cxx @@ -22,6 +22,7 @@ #if 0 # include "DynamicLoader.hxx.in" # include "kwsys_ios_iostream.h.in" +# include "kwsys_stl_string.hxx.in" #endif #include "testSystemTools.h"