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

View file

@ -6,6 +6,7 @@
#pragma once
#include "effect_token.hpp"
#include <cstdint>
namespace reshadefx
{

View file

@ -6,6 +6,7 @@
#pragma once
#include "effect_expression.hpp"
#include <cstdint>
#include <unordered_set>
namespace reshadefx

View file

@ -6,6 +6,7 @@
#pragma once
#include "effect_token.hpp"
#include <cstdint>
#include <memory> // std::unique_ptr
#include <filesystem>
#include <unordered_map>

View file

@ -6,6 +6,7 @@
#pragma once
#include "effect_module.hpp"
#include <cstdint>
#include <unordered_map> // Used for symbol lookup table
namespace reshadefx

View file

@ -5,6 +5,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <vector>