From d15c152702a8dd6190361911d504e0169768f2a0 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 28 Mar 2013 16:41:56 -0700 Subject: [PATCH] ceph_json: add missing include file Needed for LONG_MAX and friends Signed-off-by: Yehuda Sadeh --- src/common/ceph_json.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/ceph_json.cc b/src/common/ceph_json.cc index b0d7c5452e8e..48009c575d96 100644 --- a/src/common/ceph_json.cc +++ b/src/common/ceph_json.cc @@ -1,5 +1,6 @@ #include #include +#include #include #include "common/ceph_json.h" -- 2.47.3