Chromium Code Reviews| Index: src/IceStringPool.h |
| diff --git a/src/IceStringPool.h b/src/IceStringPool.h |
| index 4b5f6dacbb1cdaf049490a2792c4d14caeffe9dd..c046485aa97db756e3802ea4dfa07ce376bfa67e 100644 |
| --- a/src/IceStringPool.h |
| +++ b/src/IceStringPool.h |
| @@ -17,6 +17,8 @@ |
| #ifndef SUBZERO_SRC_ICESTRINGPOOL_H |
| #define SUBZERO_SRC_ICESTRINGPOOL_H |
| +#include "IceDefs.h" // Ostream |
|
Eric Holk
2016/04/18 18:51:49
Where does Ostream get used?
Jim Stichnoth
2016/04/18 19:49:48
In dump() and the << operator below. This came up
|
| + |
| #include <cstdint> // uintptr_t |
| #include <string> |