From 5b1918174841e16d09793e441e0ce01782534b1d Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 2 Aug 2016 09:45:40 +0200 Subject: [PATCH] Include linphonecore.h in vcard.cc so that the linphone_core_vcard_supported symbol is exported on Windows. --- coreapi/vcard.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/vcard.cc b/coreapi/vcard.cc index 7c929cf7e..3d9418990 100644 --- a/coreapi/vcard.cc +++ b/coreapi/vcard.cc @@ -22,6 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "belcard/belcard_parser.hpp" #include "sal/sal.h" #include +#include "linphonecore.h" #define VCARD_MD5_HASH_SIZE 16