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
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
* 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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user