diff options
Diffstat (limited to 'src/mem/gems_common/Map.hh')
-rw-r--r-- | src/mem/gems_common/Map.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/gems_common/Map.hh b/src/mem/gems_common/Map.hh index 1ecd13d64..6b145a90a 100644 --- a/src/mem/gems_common/Map.hh +++ b/src/mem/gems_common/Map.hh @@ -34,7 +34,7 @@ #ifndef MAP_H #define MAP_H -#include "Vector.hh" +#include "mem/gems_common/Vector.hh" namespace __gnu_cxx { template <> struct hash <std::string> |