mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Fix warnings; both ‘WORequest’ may not respond to ‘-httpRequest’ and no ‘-parts’ method found.
This commit is contained in:
@@ -21,9 +21,15 @@
|
||||
*/
|
||||
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <NGHttp/NGHttpRequest.h>
|
||||
#import <NGObjWeb/NSException+HTTP.h>
|
||||
#define COMPILING_NGOBJWEB 1 /* httpRequest is needed in
|
||||
importAction */
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
#undef COMPILING_NGOBJWEB
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
#import <NGMime/NGMimeMultipartBody.h>
|
||||
|
||||
#import <NGCards/iCalCalendar.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user