mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-19 01:59:01 +02:00
shader: Fix bugs and build issues on GCC
This commit is contained in:
parent
fa439cb6df
commit
72b10edd15
3 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <span>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <unordered_map>
|
||||
#include <span>
|
||||
#include <vector>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue