diff options
author | Yunchuan Wen <yunchuan.wen@kylin-cloud.com> | 2015-11-20 01:53:23 +0100 |
---|---|---|
committer | Yunchuan Wen <yunchuan.wen@kylin-cloud.com> | 2015-11-21 16:26:44 +0100 |
commit | 000306e29008b8f216cdd161834c12998d8e6906 (patch) | |
tree | 39f02b9e85bdbfc1b63b81733ae9f5355696b2a6 /src/common/SubProcess.h | |
parent | SubProcess: allow CLOSE/PIPE/KEEP parent std fd (diff) | |
download | ceph-000306e29008b8f216cdd161834c12998d8e6906.tar.xz ceph-000306e29008b8f216cdd161834c12998d8e6906.zip |
SubProcess: include iostream
The class SubProcess will use std::cerr,
but not include the header.
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
Diffstat (limited to 'src/common/SubProcess.h')
-rw-r--r-- | src/common/SubProcess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/SubProcess.h b/src/common/SubProcess.h index 42c1dad5853..a753060123c 100644 --- a/src/common/SubProcess.h +++ b/src/common/SubProcess.h @@ -30,6 +30,7 @@ #include <sstream> #include <vector> +#include <iostream> #include <include/assert.h> #include <common/errno.h> |