diff options
Diffstat (limited to 'src/video_core/shader_environment.h')
| -rw-r--r-- | src/video_core/shader_environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader_environment.h b/src/video_core/shader_environment.h index bb55b029f..1342fab1e 100644 --- a/src/video_core/shader_environment.h +++ b/src/video_core/shader_environment.h | |||
| @@ -10,12 +10,12 @@ | |||
| 10 | #include <memory> | 10 | #include <memory> |
| 11 | #include <optional> | 11 | #include <optional> |
| 12 | #include <span> | 12 | #include <span> |
| 13 | #include <stop_token> | ||
| 14 | #include <type_traits> | 13 | #include <type_traits> |
| 15 | #include <unordered_map> | 14 | #include <unordered_map> |
| 16 | #include <vector> | 15 | #include <vector> |
| 17 | 16 | ||
| 18 | #include "common/common_types.h" | 17 | #include "common/common_types.h" |
| 18 | #include "common/polyfill_thread.h" | ||
| 19 | #include "common/unique_function.h" | 19 | #include "common/unique_function.h" |
| 20 | #include "shader_recompiler/environment.h" | 20 | #include "shader_recompiler/environment.h" |
| 21 | #include "video_core/engines/maxwell_3d.h" | 21 | #include "video_core/engines/maxwell_3d.h" |