Separate template definitions and instantiations into *_impl.hh and *.cc. Eventually...
authorErik Hallnor <ehallnor@umich.edu>
Sun, 8 Feb 2004 22:26:27 +0000 (17:26 -0500)
committerErik Hallnor <ehallnor@umich.edu>
Sun, 8 Feb 2004 22:26:27 +0000 (17:26 -0500)
base/compression/null_compression.hh:
    Need some includes.

--HG--
extra : convert_revision : caf52320f6f6ff255e8a93817419ad13ad44224f

base/compression/null_compression.hh

index d2bc76eef7b52348e374401125509ff7dc877d8a..6a630b113ee6474396a36c9fd2c545899af4e65c 100644 (file)
  * This file defines a doNothing compression algorithm.
  */
 
+#include <inttypes.h> // for uint8_t
+#include "base/misc.hh" // for fatal()
+
+
 /**
  * A dummy compression class to use when no data compression is desired.
  */