From 70eccbb86635b13e88f8eae15e26145315009023 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 18 Dec 2017 17:45:44 -0800 Subject: Fixed file paths ('\' -> '/') to fix Android build on linux --- Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h b/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h index 74d8d27f..d2892c1e 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h +++ b/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h @@ -24,7 +24,7 @@ #pragma once #include -#include +#include namespace Diligent { diff --git a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h index 57697d78..f370d224 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h +++ b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h @@ -27,7 +27,7 @@ /// Definition of the Diligent::IRenderDeviceGLES interface #include "RenderDeviceGL.h" -#include +#include #include namespace Diligent -- cgit v1.2.3