NoGUI: Linux compile fix

This commit is contained in:
Connor McLaughlin
2021-02-28 04:10:48 +10:00
parent 97cf3f770e
commit 1c1abee61a
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#pragma once
#include "../types.h"
#include "vulkan_loader.h"
#include <functional>
#include <algorithm>
#include <memory>
namespace Vulkan {