diff options
Diffstat (limited to 'base/random.hh')
-rw-r--r-- | base/random.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/random.hh b/base/random.hh index f1b383eda..5169c548a 100644 --- a/base/random.hh +++ b/base/random.hh @@ -29,7 +29,7 @@ #ifndef __RANDOM_HH__ #define __RANDOM_HH__ -#include "host.hh" +#include "sim/host.hh" long getLong(); double getDouble(); |