32a33
> #include <vector>
35d35
< #include "mem/gems_common/Vector.hh"
59c59
< Vector<int64> m_data;
---
> std::vector<int64> m_data;