mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix build with gcc 4.6
This commit is contained in:
parent
45ce60c094
commit
8b949b18c6
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#ifndef LDAP_ENTRY_LIST_H
|
||||
#define LDAP_ENTRY_LIST_H
|
||||
|
||||
#include <cstdio>
|
||||
#include <list>
|
||||
|
||||
class LDAPEntry;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#ifndef LDAP_REFERENCE_LIST_H
|
||||
#define LDAP_REFERENCE_LIST_H
|
||||
|
||||
#include <cstdio>
|
||||
#include <list>
|
||||
|
||||
class LDAPSearchReference;
|
||||
|
|
|
|||
Loading…
Reference in a new issue