mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- fixed compilation with GCC and Clang
error: no template named 'unique_ptr' in namespace 'std'
This commit is contained in:
parent
2f4c2e0425
commit
19ca416d09
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "hwrenderer/data/shaderuniforms.h"
|
||||
|
||||
class IRenderQueue;
|
||||
|
|
Loading…
Reference in a new issue