diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-13 23:06:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-13 23:06:19 (GMT) |
commit | e6c7707022bb6a9977dbe372cb40cfb6ef415e5f (patch) | |
tree | ee59e841f431c640eb4f1b527f6c91dfdf8b0f65 /Source/kwsys/CommandLineArguments.cxx | |
parent | 184087cef1b41679305db3e0b7f42fdadd318b2d (diff) | |
download | CMake-e6c7707022bb6a9977dbe372cb40cfb6ef415e5f.zip CMake-e6c7707022bb6a9977dbe372cb40cfb6ef415e5f.tar.gz CMake-e6c7707022bb6a9977dbe372cb40cfb6ef415e5f.tar.bz2 |
ERR: More missing ios and includes
Diffstat (limited to 'Source/kwsys/CommandLineArguments.cxx')
-rw-r--r-- | Source/kwsys/CommandLineArguments.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/CommandLineArguments.cxx b/Source/kwsys/CommandLineArguments.cxx index a85902c..909c33f 100644 --- a/Source/kwsys/CommandLineArguments.cxx +++ b/Source/kwsys/CommandLineArguments.cxx @@ -20,6 +20,7 @@ #include KWSYS_HEADER(stl/map) #include KWSYS_HEADER(stl/set) #include KWSYS_HEADER(ios/sstream) +#include KWSYS_HEADER(ios/iostream) #include <stdio.h> |