diff options
| author | bunnei <bunneidev@gmail.com> | 2019-10-15 16:41:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-15 16:41:52 -0400 |
| commit | ba0086e32dcbf11232fa2ae0864c28a991a56432 (patch) | |
| tree | 1966d00f489790ec77e3d55e0b40d9e047272411 /src/video_core/texture_cache/surface_base.cpp | |
| parent | cab2619aeb111bd6c5dbcc5adc0d2e8154a1e8fc (diff) | |
| parent | d5706346d7e95984a003bfeedf1b8ffed6dd9422 (diff) | |
Merge pull request #2977 from lioncash/algorithm
common: Rename binary_find.h to algorithm.h
Diffstat (limited to 'src/video_core/texture_cache/surface_base.cpp')
| -rw-r--r-- | src/video_core/texture_cache/surface_base.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/texture_cache/surface_base.cpp b/src/video_core/texture_cache/surface_base.cpp index 683c49207..829268b4c 100644 --- a/src/video_core/texture_cache/surface_base.cpp +++ b/src/video_core/texture_cache/surface_base.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include "common/algorithm.h" #include "common/assert.h" #include "common/common_types.h" #include "common/microprofile.h" |
