Fix import of +Private.h file in .h file

FossilOrigin-Name: 8dda2fcc3237309671afa3be8db69901a6db139815800ee93a09a52d83258124
This commit is contained in:
Jonathan Schleifer 2020-10-03 19:35:28 +00:00
parent d9d18ade00
commit cc5c848fb6
2 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#import "SL3Connection.h"
#import "SL3PreparedStatement.h"
#import "SL3PreparedStatement+Private.h"
#import "SL3ExecuteStatementFailedException.h"
#import "SL3OpenFailedException.h"