summaryrefslogtreecommitdiff
path: root/src/mem
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2007-02-06 22:31:15 -0800
committerNathan Binkert <binkertn@umich.edu>2007-02-06 22:31:15 -0800
commit38db47005c9126949593a307e18641b2fc4d9e85 (patch)
tree596e2de077a010449dbbc7fbf62b42a0f4820ea6 /src/mem
parent310d8f0992637d69e270cac727ba0ff968cdb6ea (diff)
downloadgem5-38db47005c9126949593a307e18641b2fc4d9e85.tar.xz
Include compiler.hh since we use some of the #defines
--HG-- extra : convert_revision : 1040addcf3f52d8d9fed2930890dadf524205af9
Diffstat (limited to 'src/mem')
-rw-r--r--src/mem/packet.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/packet.hh b/src/mem/packet.hh
index 15f605ca7..a4c003e8b 100644
--- 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"