ip_utils: fix build conflicts between pjlib/stdc++

This fixes errors with some macros/definitions
when we include ip_utils.h first then sstream.

Change-Id: I3be045bc4cc65c250edd032d3987fa4f16abc499
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
This commit is contained in:
Guillaume Roguez
2017-08-29 10:51:40 -04:00
committed by Andreas Traczyk
parent ab26f0eec2
commit df109c5316

View File

@ -21,6 +21,8 @@
#ifndef IP_UTILS_H_
#define IP_UTILS_H_
#include <sstream> // include before pjlib.h to fix macros issues with pjlib.h
extern "C" {
#include <pjlib.h>
}