From 8b949b18c67e5489b0577ff70f4712080db986a8 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 3 May 2011 11:21:07 +0200 Subject: [PATCH] Fix build with gcc 4.6 --- contrib/ldapc++/src/LDAPEntryList.h | 1 + contrib/ldapc++/src/LDAPReferenceList.h | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/ldapc++/src/LDAPEntryList.h b/contrib/ldapc++/src/LDAPEntryList.h index 1eae1058d2..eadc537475 100644 --- a/contrib/ldapc++/src/LDAPEntryList.h +++ b/contrib/ldapc++/src/LDAPEntryList.h @@ -7,6 +7,7 @@ #ifndef LDAP_ENTRY_LIST_H #define LDAP_ENTRY_LIST_H +#include #include class LDAPEntry; diff --git a/contrib/ldapc++/src/LDAPReferenceList.h b/contrib/ldapc++/src/LDAPReferenceList.h index 34af7473cd..17bb164b13 100644 --- a/contrib/ldapc++/src/LDAPReferenceList.h +++ b/contrib/ldapc++/src/LDAPReferenceList.h @@ -7,6 +7,7 @@ #ifndef LDAP_REFERENCE_LIST_H #define LDAP_REFERENCE_LIST_H +#include #include class LDAPSearchReference; -- 2.47.2