Index: src/SL3Connection.h ================================================================== --- src/SL3Connection.h +++ src/SL3Connection.h @@ -23,11 +23,10 @@ #import #include #import "SL3PreparedStatement.h" -#import "SL3PreparedStatement+Private.h" OF_ASSUME_NONNULL_BEGIN @interface SL3Connection: OFObject { Index: src/SL3Connection.m ================================================================== --- src/SL3Connection.m +++ src/SL3Connection.m @@ -20,10 +20,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ #import "SL3Connection.h" #import "SL3PreparedStatement.h" +#import "SL3PreparedStatement+Private.h" #import "SL3ExecuteStatementFailedException.h" #import "SL3OpenFailedException.h" @implementation SL3Connection