From 2ef8b291bf20f3c1b472f1d21b84fbc56ee24c24 Mon Sep 17 00:00:00 2001 From: Dale Stammen Date: Tue, 14 Oct 2014 14:19:47 -0700 Subject: [PATCH] updated wp8 include files --- cocos/platform/wp8-xaml/cpp/Cocos2dRenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/platform/wp8-xaml/cpp/Cocos2dRenderer.cpp b/cocos/platform/wp8-xaml/cpp/Cocos2dRenderer.cpp index 608cc6f828..9e96a2fcb1 100644 --- a/cocos/platform/wp8-xaml/cpp/Cocos2dRenderer.cpp +++ b/cocos/platform/wp8-xaml/cpp/Cocos2dRenderer.cpp @@ -26,7 +26,7 @@ THE SOFTWARE. #include "Cocos2dRenderer.h" #include "cocos2d.h" #include "CCApplication.h" -#include "CCGLViewImpl.h" +#include "CCGLViewImpl-wp8.h" #include "AppDelegate.h" #include