* #28529: sip: fix build for gcc < 4.8

This commit is contained in:
Tristan Matthews
2013-08-15 16:56:07 -04:00
parent b49182afb5
commit c01546aa45

View File

@ -37,6 +37,7 @@
#include <vector>
#include <map>
#include <climits>
#include "account.h"
#include "pjsip/sip_transport_tls.h"
#include "pjsip/sip_types.h"