From 9c7bec74b1deb9fd78d17818e0bc14620d2b4314 Mon Sep 17 00:00:00 2001 From: Erik Hallnor Date: Sun, 8 Feb 2004 17:26:27 -0500 Subject: 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 --- base/compression/null_compression.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base/compression/null_compression.hh') 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. */ -- cgit v1.2.3