(fix) fixed missing includes in tool

This commit is contained in:
Ludovic Marcotte
2016-02-16 19:08:12 -05:00
parent 6bb2065f46
commit e47bc8cb1b

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)