Explorar el Código

Add missing include for CFNetwork for completeness.

Nikita Lutsenko hace 2 años
padre
commit
853196db86
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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