From a38ce0991934759bc683b32ba32652bfd999a491 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 20 Dec 2011 22:23:21 +0000 Subject: [PATCH] Fix last Mac/clang compile error. Fixes "receiver is a forward class and corresponding @interface may not exist" error. TEST=build on Mac with -Werror enabled. TBR=zakkhoyt@webrtc.org Review URL: http://webrtc-codereview.appspot.com/333012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1255 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/video_render/main/test/testAPI/testAPI_mac.mm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modules/video_render/main/test/testAPI/testAPI_mac.mm b/src/modules/video_render/main/test/testAPI/testAPI_mac.mm index 82f3c4e860..2f836aba96 100644 --- a/src/modules/video_render/main/test/testAPI/testAPI_mac.mm +++ b/src/modules/video_render/main/test/testAPI/testAPI_mac.mm @@ -17,11 +17,9 @@ #import #import #include -using namespace std; - -@class CocoaRenderView; #include "common_types.h" +#import "modules/video_render/main/source/mac/cocoa_render_view.h" #include "module_common_types.h" #include "process_thread.h" #include "tick_util.h"