From: Yehuda Sadeh Date: Thu, 28 Mar 2013 23:41:56 +0000 (-0700) Subject: ceph_json: add missing include file X-Git-Tag: v0.62~143^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F172%2Fhead;p=ceph.git ceph_json: add missing include file Needed for LONG_MAX and friends Signed-off-by: Yehuda Sadeh --- 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"