mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
dep/reshadefx: Hopefully fix build on some Linux systems
This commit is contained in:
parent
a4c7293d28
commit
d8309b7ee9
|
@ -6,6 +6,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "effect_token.hpp"
|
#include "effect_token.hpp"
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace reshadefx
|
namespace reshadefx
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "effect_expression.hpp"
|
#include "effect_expression.hpp"
|
||||||
|
#include <cstdint>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|
||||||
namespace reshadefx
|
namespace reshadefx
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "effect_token.hpp"
|
#include "effect_token.hpp"
|
||||||
|
#include <cstdint>
|
||||||
#include <memory> // std::unique_ptr
|
#include <memory> // std::unique_ptr
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "effect_module.hpp"
|
#include "effect_module.hpp"
|
||||||
|
#include <cstdint>
|
||||||
#include <unordered_map> // Used for symbol lookup table
|
#include <unordered_map> // Used for symbol lookup table
|
||||||
|
|
||||||
namespace reshadefx
|
namespace reshadefx
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue