From 7cee8043cc98ff23f06ce4244ea46698b7173a97 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Thu, 28 Mar 2019 21:26:50 -0400 Subject: [PATCH] common: Update fork_function.h to work without using namespace Signed-off-by: Adam C. Emerson --- src/common/fork_function.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/fork_function.h b/src/common/fork_function.h index 6f533c87f93..9076cc5a995 100644 --- a/src/common/fork_function.h +++ b/src/common/fork_function.h @@ -6,10 +6,12 @@ #pragma once #include +#include +#include + #include #include #include -#include #include "include/ceph_assert.h" #include "common/errno.h" -- 2.39.5