From 13791d8ebf20b5ae1ca0ed0341e34383a8c539f0 Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Mon, 8 Nov 2021 12:37:46 +0100 Subject: [PATCH] map_asn1.h: add missing includes (by Dirk) --- src/map_asn1.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map_asn1.h b/src/map_asn1.h index daf32ff8..83ac8c3f 100644 --- a/src/map_asn1.h +++ b/src/map_asn1.h @@ -9,6 +9,8 @@ #include "message.h" #include "ASN1Message.h" +#include "Identity.h" +#include "IdentityList.h" #ifdef __cplusplus extern "C" {