From 86500467cbf998df13f3644c1e04040ce2dd5907 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 5 May 2018 15:46:25 -0700 Subject: Added shader variable type parsing in Vulkan --- Graphics/GraphicsEngine/include/DeviceObjectBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/DeviceObjectBase.h b/Graphics/GraphicsEngine/include/DeviceObjectBase.h index af5fed00..09368cf4 100644 --- a/Graphics/GraphicsEngine/include/DeviceObjectBase.h +++ b/Graphics/GraphicsEngine/include/DeviceObjectBase.h @@ -26,9 +26,11 @@ /// \file /// Implementation of the Diligent::DeviceObjectBase template class +#include "RefCntAutoPtr.h" #include "ObjectBase.h" #include "UniqueIdentifier.h" + namespace Diligent { -- cgit v1.2.3