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:
parent
bdfb5de4b2
commit
9c7bec74b1
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue