]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
SubProcess: include iostream
authorYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Fri, 20 Nov 2015 00:53:23 +0000 (08:53 +0800)
committerYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Sat, 21 Nov 2015 15:26:44 +0000 (23:26 +0800)
The class SubProcess will use std::cerr,
but not include the header.

Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
src/common/SubProcess.h

index 42c1dad5853d8fc76fb815f991fad4e5d6f7396d..a753060123c879976f45a7265fc867d8bf27f505 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <sstream>
 #include <vector>
+#include <iostream>
 
 #include <include/assert.h>
 #include <common/errno.h>