diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-17 11:44:26 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-17 11:44:26 -0400 |
commit | 1094200ea060dad38eaffd6e06cb5852d556a559 (patch) | |
tree | e71322bfb8381d3b5217347b8e2a9130400a1eb8 /Source/cmCableWrapTclCommand.cxx | |
parent | 4d86b681de366ab168823e113506428fa72b13d7 (diff) | |
download | cmake-1094200ea060dad38eaffd6e06cb5852d556a559.tar.gz |
BUG: fix to compile on hp with aCC
Diffstat (limited to 'Source/cmCableWrapTclCommand.cxx')
-rw-r--r-- | Source/cmCableWrapTclCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableWrapTclCommand.cxx b/Source/cmCableWrapTclCommand.cxx index 634e690137..b7d5f4aa40 100644 --- a/Source/cmCableWrapTclCommand.cxx +++ b/Source/cmCableWrapTclCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" #include "cmTarget.h" #include "cmGeneratedFileStream.h" -#include <strstream> + cmCableWrapTclCommand::cmCableWrapTclCommand(): m_CableClassSet(NULL) |