From: Nathan Binkert Date: Sat, 11 Oct 2003 01:17:06 +0000 (-0400) Subject: fix includes X-Git-Tag: m5_1.0_beta1~49 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6770411543d9ca44dc632cd4486635f8213b3a1b;p=gem5.git fix includes base/statistics.hh: need to use explicit path for #includes --HG-- extra : convert_revision : da51315ee283746636957f5f506d7715ed52764d --- 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();