From: Adam C. Emerson Date: Fri, 29 Mar 2019 01:26:50 +0000 (-0400) Subject: common: Update fork_function.h to work without using namespace X-Git-Tag: v15.0.0~19^2~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7cee8043cc98ff23f06ce4244ea46698b7173a97;p=ceph.git common: Update fork_function.h to work without using namespace Signed-off-by: Adam C. Emerson --- diff --git a/src/common/fork_function.h b/src/common/fork_function.h index 6f533c87f934..9076cc5a995a 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"