From 6d169f24747b64dda70820e5f11368385826d9c8 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Mon, 3 Oct 2011 06:00:42 +0000 Subject: [PATCH] Fix Mac build error in vie_auto_test introduced in r666. COCOA_RENDERING was undefined. Committing without review. Review URL: http://webrtc-codereview.appspot.com/191002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@672 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../main/test/AutoTest/helpers/vie_window_creator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_engine/main/test/AutoTest/helpers/vie_window_creator.cc b/src/video_engine/main/test/AutoTest/helpers/vie_window_creator.cc index a1c0fe8c8..75e61069c 100644 --- a/src/video_engine/main/test/AutoTest/helpers/vie_window_creator.cc +++ b/src/video_engine/main/test/AutoTest/helpers/vie_window_creator.cc @@ -10,6 +10,7 @@ #include "vie_window_creator.h" +#include "engine_configurations.h" #include "vie_autotest_main.h" #include "vie_codec.h" #include "voe_codec.h"