projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68495a0
)
cpu: include set in o3/commit_impl.
author
Ali Saidi
<Ali.Saidi@ARM.com>
Fri, 15 Feb 2013 22:40:08 +0000
(17:40 -0500)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Fri, 15 Feb 2013 22:40:08 +0000
(17:40 -0500)
While the majority of compilers seemed to pickup set from else where,
one version of gcc 4.7 complains, so explictly add it.
src/cpu/o3/commit_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/commit_impl.hh
b/src/cpu/o3/commit_impl.hh
index 6ac946ac18a9031641a529e0b8f050632462cd0c..776968f8c1e51d2b6f32eda3bd62f3ab366bc84e 100644
(file)
--- a/
src/cpu/o3/commit_impl.hh
+++ b/
src/cpu/o3/commit_impl.hh
@@
-42,6
+42,7
@@
*/
#include <algorithm>
+#include <set>
#include <string>
#include "arch/utility.hh"