From 32bef9e365ceefb5fa239c2b07aeb441d1d63371 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sat, 28 Dec 2019 14:44:45 -0800 Subject: Reworked SwapChainIOS to use SwapChainGLBase; fixed few compiler issues --- Graphics/GraphicsEngine/include/SwapChainBase.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/SwapChainBase.h b/Graphics/GraphicsEngine/include/SwapChainBase.h index 1a4558f7..4ab2ce3e 100644 --- a/Graphics/GraphicsEngine/include/SwapChainBase.h +++ b/Graphics/GraphicsEngine/include/SwapChainBase.h @@ -26,13 +26,12 @@ /// \file /// Implementation of the Diligent::SwapChainBase template class -#include - #include "RenderDevice.h" #include "DeviceContext.h" #include "SwapChain.h" -#include "DeviceObjectBase.h" +#include "ObjectBase.h" #include "Errors.h" +#include "RefCntAutoPtr.h" namespace Diligent { -- cgit v1.2.3