From: Nilay Vaish Date: Sat, 11 Oct 2014 20:02:22 +0000 (-0500) Subject: base: misc: Add missing header file. X-Git-Tag: stable_2014_12_14~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9bfea5a356645b8e7e54df01af5cf3a707bf546;p=gem5.git base: misc: Add missing header file. --- diff --git a/src/base/misc.hh b/src/base/misc.hh index 23ecf736b..5f89e5f1d 100644 --- a/src/base/misc.hh +++ b/src/base/misc.hh @@ -45,6 +45,7 @@ #ifndef __BASE_MISC_HH__ #define __BASE_MISC_HH__ +#include #include #include "base/compiler.hh"