]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_json: add missing include file 172/head
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 28 Mar 2013 23:41:56 +0000 (16:41 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 29 Mar 2013 07:25:50 +0000 (00:25 -0700)
Needed for LONG_MAX and friends

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/common/ceph_json.cc

index b0d7c5452e8e620d6969d21dff254567ed4293bb..48009c575d96c18d63481e918e18b5e555b5405d 100644 (file)
@@ -1,5 +1,6 @@
 #include <iostream>
 #include <include/types.h>
+#include <limits.h>
 #include <errno.h>
 
 #include "common/ceph_json.h"