From: Kefu Chai Date: Fri, 19 Jul 2019 05:42:20 +0000 (+0800) Subject: mgr/PyFormatter.h: add necessary #include X-Git-Tag: v15.1.0~2087^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=104c88cfea8e3d2d6bca1a22c26010256919862c;p=ceph-ci.git mgr/PyFormatter.h: add necessary #include this header uses `std::string`, `std::string_view` and `std::stringstream`, so it should include the corresponding headers. Signed-off-by: Kefu Chai --- diff --git a/src/mgr/PyFormatter.h b/src/mgr/PyFormatter.h index 58fead174ec..e30ae9f054a 100644 --- a/src/mgr/PyFormatter.h +++ b/src/mgr/PyFormatter.h @@ -21,6 +21,9 @@ #include "PythonCompat.h" #include +#include +#include +#include #include #include