mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 10:37:49 +00: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