- fixed compilation with GCC 7+

src/rendering/vulkan/renderer/vk_postprocess.h:16:48: error: ‘function’ in namespace ‘std’ does not name a template type
This commit is contained in:
alexey.lysiuk 2019-03-05 10:21:39 +02:00
parent d65de299e8
commit 741d44d263

View file

@ -1,6 +1,8 @@
#pragma once
#include <functional>
#include "vulkan/system/vk_objects.h"
class FString;