diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-07-20 15:17:26 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-07-20 15:17:26 +0000 |
| commit | fbf17e30dd4ebbe5aae859708a6bf881bb58708d (patch) | |
| tree | 6418fb5fd0ba21a4a92024d2848c7f3f87aa07e3 /Graphics/GraphicsEngineOpenGL | |
| parent | Fixed build bug with RenderDeviceD3DBase (diff) | |
| download | DiligentCore-fbf17e30dd4ebbe5aae859708a6bf881bb58708d.tar.gz DiligentCore-fbf17e30dd4ebbe5aae859708a6bf881bb58708d.zip | |
Fixed linux/mac build
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp | 1 |
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" |
