summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
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/GraphicsEngineVulkan
parentFixed build bug with RenderDeviceD3DBase (diff)
downloadDiligentCore-fbf17e30dd4ebbe5aae859708a6bf881bb58708d.tar.gz
DiligentCore-fbf17e30dd4ebbe5aae859708a6bf881bb58708d.zip
Fixed linux/mac build
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp
index 451f70c5..bde0fe89 100644
--- a/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp
+++ b/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp
@@ -22,7 +22,6 @@
*/
#include "pch.h"
-#include <atlbase.h>
#include "FenceVkImpl.h"
#include "EngineMemory.h"