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.
This commit is contained in:
Ali Saidi 2013-02-15 17:40:08 -05:00
parent 68495a0748
commit 4412046041

View file

@ -42,6 +42,7 @@
*/
#include <algorithm>
#include <set>
#include <string>
#include "arch/utility.hh"