mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
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:

committed by
Andreas Traczyk

parent
ab26f0eec2
commit
df109c5316
@ -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>
|
||||
}
|
||||
|
Reference in New Issue
Block a user