diff options
Diffstat (limited to 'src/mem/gems_common/RefCountable.hh')
-rw-r--r-- | src/mem/gems_common/RefCountable.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/gems_common/RefCountable.hh b/src/mem/gems_common/RefCountable.hh index 88aba07e6..32fb924cf 100644 --- a/src/mem/gems_common/RefCountable.hh +++ b/src/mem/gems_common/RefCountable.hh @@ -33,7 +33,7 @@ #ifndef REFCOUNTABLE_H #define REFCOUNTABLE_H -#include "RefCnt.hh" +#include "mem/gems_common/RefCnt.hh" class RefCountable { public: |