(fix) fixed missing includes in tool

pull/201/head
Ludovic Marcotte 2016-02-16 19:08:12 -05:00
parent 6bb2065f46
commit e47bc8cb1b
1 changed files with 5 additions and 1 deletions

View File

@ -20,8 +20,12 @@
* Boston, MA 02111-1307, USA.
*/
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>
#import <SOGo/NSDictionary+Utilities.h>
#include <SOGo/NSDictionary+Utilities.h>
static int
performTest (char *filename)