summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 15:07:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 15:07:42 (GMT)
commit09b34fa79683742ff4f5e787bb644fe58d473d5e (patch)
tree807eb8b32344f7441f32717864407efe96303f97 /Source/kwsys/testDynamicLoader.cxx
parent187821af43f04a4f49f525f935174b8b3f1decea (diff)
downloadCMake-09b34fa79683742ff4f5e787bb644fe58d473d5e.zip
CMake-09b34fa79683742ff4f5e787bb644fe58d473d5e.tar.gz
CMake-09b34fa79683742ff4f5e787bb644fe58d473d5e.tar.bz2
COMP: Add missing include
Diffstat (limited to 'Source/kwsys/testDynamicLoader.cxx')
-rw-r--r--Source/kwsys/testDynamicLoader.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx
index 40e426e..ea50c1f 100644
--- a/Source/kwsys/testDynamicLoader.cxx
+++ b/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.