Added sim/host.hh for the Addr type.

--HG--
extra : convert_revision : cd07a920417b7fb34e5ca3bf70d707327eb59eb3
This commit is contained in:
Gabe Black 2006-11-07 05:42:15 -05:00
parent 3826b6927c
commit 2f4c66ad2d

View file

@ -35,6 +35,7 @@
#include <vector>
#include "base/misc.hh"
#include "sim/host.hh"
class ThreadContext;
class PCEventQueue;