projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdfb5de
)
Separate template definitions and instantiations into *_impl.hh and *.cc. Eventually...
author
Erik Hallnor
<ehallnor@umich.edu>
Sun, 8 Feb 2004 22:26:27 +0000
(17:26 -0500)
committer
Erik 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
patch
|
blob
|
history
diff --git
a/base/compression/null_compression.hh
b/base/compression/null_compression.hh
index d2bc76eef7b52348e374401125509ff7dc877d8a..6a630b113ee6474396a36c9fd2c545899af4e65c 100644
(file)
--- a/
base/compression/null_compression.hh
+++ b/
base/compression/null_compression.hh
@@
-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.
*/