diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-10 15:28:43 (GMT) |
---|---|---|
committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-10 15:28:43 (GMT) |
commit | d633bac7bcc3e072c9337d5eddb473f51a9d6d33 (patch) | |
tree | fd57a04ea5b689f84e6b3672ba1adf40fa12b027 | |
parent | 9345da20f3056811ffa0fd3cd69e69c9ddb6814b (diff) | |
download | CMake-d633bac7bcc3e072c9337d5eddb473f51a9d6d33.zip CMake-d633bac7bcc3e072c9337d5eddb473f51a9d6d33.tar.gz CMake-d633bac7bcc3e072c9337d5eddb473f51a9d6d33.tar.bz2 |
BUG: Make sure to have proper dependencies
-rw-r--r-- | Source/kwsys/testDynamicLoader.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx index ea50c1f..ac553e2 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" |