- fixed compilation with GCC and Clang

error: no template named 'unique_ptr' in namespace 'std'
This commit is contained in:
alexey.lysiuk 2018-06-14 15:10:49 +03:00
parent 2f4c2e0425
commit 19ca416d09
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#pragma once
#include <memory>
#include "hwrenderer/data/shaderuniforms.h"
class IRenderQueue;