dep/reshadefx: Hopefully fix build on some Linux systems

This commit is contained in:
Stenzek
2023-09-04 22:38:08 +10:00
parent a4c7293d28
commit d8309b7ee9
5 changed files with 5 additions and 0 deletions
@@ -6,6 +6,7 @@
#pragma once
#include "effect_token.hpp"
#include <cstdint>
namespace reshadefx
{
+1
View File
@@ -6,6 +6,7 @@
#pragma once
#include "effect_expression.hpp"
#include <cstdint>
#include <unordered_set>
namespace reshadefx
@@ -6,6 +6,7 @@
#pragma once
#include "effect_token.hpp"
#include <cstdint>
#include <memory> // std::unique_ptr
#include <filesystem>
#include <unordered_map>
@@ -6,6 +6,7 @@
#pragma once
#include "effect_module.hpp"
#include <cstdint>
#include <unordered_map> // Used for symbol lookup table
namespace reshadefx
+1
View File
@@ -5,6 +5,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <vector>