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:
Gary Lowell 2012-09-04 20:31:00 -07:00
parent ca7fb83816
commit 195eda62f7

View File

@ -16,6 +16,7 @@
#include <sstream>
#include <stdlib.h>
#include <signal.h>
#include <limits.h>
#include "Monitor.h"
#include "common/version.h"