diff options
Diffstat (limited to 'src/mem/gems_common/Allocator.hh')
-rw-r--r-- | src/mem/gems_common/Allocator.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/gems_common/Allocator.hh b/src/mem/gems_common/Allocator.hh index 109696601..76333fd5f 100644 --- a/src/mem/gems_common/Allocator.hh +++ b/src/mem/gems_common/Allocator.hh @@ -23,7 +23,7 @@ #ifndef ALLOCATOR_H #define ALLOCATOR_H -#include "Vector.hh" +#include "mem/gems_common/Vector.hh" template <class TYPE> class Allocator { |