diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2013-02-15 17:40:08 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2013-02-15 17:40:08 -0500 |
commit | 44120460411b97bf084fb24a669bd5e600601cb5 (patch) | |
tree | a26d3c9030566d5d0548990f5a17c4bbef39c65d /src/cpu | |
parent | 68495a07487c410a5272ab917c4ab87b3c60c3af (diff) | |
download | gem5-44120460411b97bf084fb24a669bd5e600601cb5.tar.xz |
cpu: include set in o3/commit_impl.
While the majority of compilers seemed to pickup set from else where,
one version of gcc 4.7 complains, so explictly add it.
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/o3/commit_impl.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/commit_impl.hh b/src/cpu/o3/commit_impl.hh index 6ac946ac1..776968f8c 100644 --- 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" |