Fix error: 'INT_MAX' was not declared in this scope 61/91661/2
authorSlava Barinov <v.barinov@samsung.com>
Mon, 10 Oct 2016 14:22:28 +0000 (17:22 +0300)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Thu, 20 Oct 2016 06:39:52 +0000 (15:39 +0900)
Change-Id: I397340e62178e3da4de730b815a8eb049d116ee4
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
server/policy-manager.cpp

index 3eda234..17926ae 100644 (file)
@@ -17,6 +17,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <climits>
 
 #include "policy-manager.h"