summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-12-10 04:04:33 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-12-10 04:04:33 (GMT)
commit90bdb216a4b782696e72e82e9af0fa2fda7991c8 (patch)
treedcf1e5137a7bd1146a24c029cd2b3ccfc1daa190 /Source/cmDependsC.h
parent63a5effc7f6e3616ba3f65591205a01ad747dc8f (diff)
downloadCMake-90bdb216a4b782696e72e82e9af0fa2fda7991c8.zip
CMake-90bdb216a4b782696e72e82e9af0fa2fda7991c8.tar.gz
CMake-90bdb216a4b782696e72e82e9af0fa2fda7991c8.tar.bz2
ENH: try to fix hp build problem
Diffstat (limited to 'Source/cmDependsC.h')
-rw-r--r--Source/cmDependsC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsC.h b/Source/cmDependsC.h
index ec34934..687131d 100644
--- a/Source/cmDependsC.h
+++ b/Source/cmDependsC.h
@@ -78,7 +78,7 @@ public:
struct cmIncludeLines
{
cmIncludeLines(): m_Used(false) {}
- std::list<UnscannedEntry> m_UnscannedEntries;
+ std::vector<UnscannedEntry> m_UnscannedEntries;
bool m_Used;
};
protected: