summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-07-20 15:17:26 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-07-20 15:17:26 +0000
commitfbf17e30dd4ebbe5aae859708a6bf881bb58708d (patch)
tree6418fb5fd0ba21a4a92024d2848c7f3f87aa07e3 /Graphics/GraphicsEngineOpenGL
parentFixed build bug with RenderDeviceD3DBase (diff)
downloadDiligentCore-fbf17e30dd4ebbe5aae859708a6bf881bb58708d.tar.gz
DiligentCore-fbf17e30dd4ebbe5aae859708a6bf881bb58708d.zip
Fixed linux/mac build
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp
index 99bbe484..5074e364 100644
--- a/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp
+++ b/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp
@@ -22,7 +22,6 @@
*/
#include "pch.h"
-#include <atlbase.h>
#include "FenceGLImpl.h"
#include "EngineMemory.h"