Browse Source

Add missing include for CFNetwork for completeness.

Nikita Lutsenko 2 years ago
parent
commit
853196db86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h

+ 1 - 0
SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h

@@ -8,6 +8,7 @@
 //
 
 #import <Foundation/Foundation.h>
+#import <CFNetwork/CFNetwork.h>
 
 NS_ASSUME_NONNULL_BEGIN