Browse Source

COMP: Add missing include

Andy Cedilnik 20 years ago
parent
commit
09b34fa796
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/kwsys/testDynamicLoader.cxx

+ 1 - 0
Source/kwsys/testDynamicLoader.cxx

@@ -15,6 +15,7 @@
 
 #include KWSYS_HEADER(DynamicLoader.hxx)
 #include KWSYS_HEADER(ios/iostream)
+#include KWSYS_HEADER(stl/string)
 
 // Work-around CMake dependency scanning limitation.  This must
 // duplicate the above list of headers.