Fix build with gcc 4.6

This commit is contained in:
Ralf Haferkamp 2011-05-03 11:21:07 +02:00
parent 45ce60c094
commit 8b949b18c6
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#ifndef LDAP_ENTRY_LIST_H
#define LDAP_ENTRY_LIST_H
#include <cstdio>
#include <list>
class LDAPEntry;

View file

@ -7,6 +7,7 @@
#ifndef LDAP_REFERENCE_LIST_H
#define LDAP_REFERENCE_LIST_H
#include <cstdio>
#include <list>
class LDAPSearchReference;