projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfd15ec
)
fix includes
author
Nathan Binkert
<binkertn@umich.edu>
Sat, 11 Oct 2003 01:17:06 +0000
(21:17 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Sat, 11 Oct 2003 01:17:06 +0000
(21:17 -0400)
base/statistics.hh:
need to use explicit path for #includes
--HG--
extra : convert_revision :
da51315ee283746636957f5f506d7715ed52764d
base/statistics.hh
patch
|
blob
|
history
diff --git
a/base/statistics.hh
b/base/statistics.hh
index 9296f2aaae9c9905f76144e9a32f546c0907b565..0af298dbfd952c991fb5e184e7c82eadb341a4a4 100644
(file)
--- a/
base/statistics.hh
+++ b/
base/statistics.hh
@@
-53,9
+53,10
@@
#include <assert.h>
-#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();