mirror of
https://github.com/ceph/ceph
synced 2025-02-15 06:48:22 +00:00
Monitor.cc: Added include for limits.h.
This include is needed on Centos. It seems to be included implicitly on other platforms.
This commit is contained in:
parent
ca7fb83816
commit
195eda62f7
@ -16,6 +16,7 @@
|
||||
#include <sstream>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "Monitor.h"
|
||||
#include "common/version.h"
|
||||
|
Loading…
Reference in New Issue
Block a user