From: Erik Hallnor Date: Sun, 8 Feb 2004 22:26:27 +0000 (-0500) Subject: Separate template definitions and instantiations into *_impl.hh and *.cc. Eventually... X-Git-Tag: m5_1.0_beta2~162^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c7bec74b1deb9fd78d17818e0bc14620d2b4314;p=gem5.git Separate template definitions and instantiations into *_impl.hh and *.cc. Eventually the *.cc fils should be generate by our super-duper python script. base/compression/null_compression.hh: Need some includes. --HG-- extra : convert_revision : caf52320f6f6ff255e8a93817419ad13ad44224f --- diff --git a/base/compression/null_compression.hh b/base/compression/null_compression.hh index d2bc76eef..6a630b113 100644 --- a/base/compression/null_compression.hh +++ b/base/compression/null_compression.hh @@ -34,6 +34,10 @@ * This file defines a doNothing compression algorithm. */ +#include // for uint8_t +#include "base/misc.hh" // for fatal() + + /** * A dummy compression class to use when no data compression is desired. */