Skip to content

Commit 2aca7fa

Browse files
committed
Guess someone at Apple forgot an #include in the 10.7 SDK
1 parent fa62a27 commit 2aca7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SPFunctions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// More info at <https://github.com/sequelpro/sequelpro>
3030

3131
#import "SPFunctions.h"
32-
#import <Security/Security.h>
32+
#import <Security/SecRandom.h>
3333
#import "SPOSInfo.h"
3434

3535
void SPMainQSync(void (^block)(void))

0 commit comments

Comments
 (0)