projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
310d8f0
)
Include compiler.hh since we use some of the #defines
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 7 Feb 2007 06:31:15 +0000
(22:31 -0800)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 7 Feb 2007 06:31:15 +0000
(22:31 -0800)
--HG--
extra : convert_revision :
1040addcf3f52d8d9fed2930890dadf524205af9
src/mem/packet.hh
patch
|
blob
|
history
diff --git
a/src/mem/packet.hh
b/src/mem/packet.hh
index 15f605ca72e419ed826d4b5d6ae6211a25963f9e..a4c003e8b461e0511f8453864f1ad66a3c79dcbc 100644
(file)
--- a/
src/mem/packet.hh
+++ b/
src/mem/packet.hh
@@
-41,6
+41,7
@@
#include <cassert>
#include <list>
+#include "base/compiler.hh"
#include "base/misc.hh"
#include "mem/request.hh"
#include "sim/host.hh"