From 6eb5adbc244a5248ddf58cff42bac50e751e57cd Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 8 Jan 2021 09:16:46 -0800 Subject: [PATCH] include: use narrower ostream instead of iostream Signed-off-by: Patrick Donnelly --- src/include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/types.h b/src/include/types.h index 9eae90fdc08fc..60d1fb305a8e6 100644 --- a/src/include/types.h +++ b/src/include/types.h @@ -49,7 +49,7 @@ extern "C" { #include #include #include -#include +#include #include -- 2.39.5