From 6770411543d9ca44dc632cd4486635f8213b3a1b Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 10 Oct 2003 21:17:06 -0400 Subject: fix includes base/statistics.hh: need to use explicit path for #includes --HG-- extra : convert_revision : da51315ee283746636957f5f506d7715ed52764d --- base/statistics.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'base/statistics.hh') diff --git a/base/statistics.hh b/base/statistics.hh index 9296f2aaa..0af298dbf 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -53,9 +53,10 @@ #include -#include "host.hh" -#include "refcnt.hh" -#include "str.hh" +#include "base/refcnt.hh" +#include "base/str.hh" + +#include "sim/host.hh" #ifndef NAN float __nan(); -- cgit v1.2.3