From d89e6b50372c65b58b32e72a9c473f8788a2d0ad Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 15 Aug 2013 17:18:51 -0400
Subject: [PATCH] * #28529: sip: fix build for -std=gnu++0x

---
 daemon/src/sip/sipaccount.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/src/sip/sipaccount.h b/daemon/src/sip/sipaccount.h
index 14d3611829..baafe83b4b 100644
--- a/daemon/src/sip/sipaccount.h
+++ b/daemon/src/sip/sipaccount.h
@@ -37,7 +37,7 @@
 
 #include <vector>
 #include <map>
-#include <climits>
+#include <cstdint>
 #include "account.h"
 #include "pjsip/sip_transport_tls.h"
 #include "pjsip/sip_types.h"
-- 
GitLab