Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m

Issue 2590823002: Remove use of PCH files in webrtc/sdk/objc (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/sdk/objc/Framework/Classes/RTCShader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m
diff --git a/webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m b/webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m
index 415efe82282b42df8cf9a4a75ded00ad13df99a7..18dc4d1315aad0c9906dddfefe55c8c948b8cc02 100644
--- a/webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m
+++ b/webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#import <Foundation/Foundation.h>
+
#if !TARGET_OS_IPHONE
#import "WebRTC/RTCNSGLVideoView.h"
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/sdk/objc/Framework/Classes/RTCShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698