summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-17 15:44:26 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-17 15:44:26 (GMT)
commit1094200ea060dad38eaffd6e06cb5852d556a559 (patch)
treee71322bfb8381d3b5217347b8e2a9130400a1eb8 /Source/cmCableWrapTclCommand.cxx
parent4d86b681de366ab168823e113506428fa72b13d7 (diff)
downloadCMake-1094200ea060dad38eaffd6e06cb5852d556a559.zip
CMake-1094200ea060dad38eaffd6e06cb5852d556a559.tar.gz
CMake-1094200ea060dad38eaffd6e06cb5852d556a559.tar.bz2
BUG: fix to compile on hp with aCC
Diffstat (limited to 'Source/cmCableWrapTclCommand.cxx')
-rw-r--r--Source/cmCableWrapTclCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableWrapTclCommand.cxx b/Source/cmCableWrapTclCommand.cxx
index 634e690..b7d5f4a 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)