dep/reshadefx: Hopefully fix build on some Linux systems

pull/3008/head
Stenzek 2 years ago
parent a4c7293d28
commit d8309b7ee9

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

@ -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

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

Loading…
Cancel
Save