summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/format_lookup_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/texture_cache/format_lookup_table.h')
-rw-r--r--src/video_core/texture_cache/format_lookup_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/format_lookup_table.h b/src/video_core/texture_cache/format_lookup_table.h
index 8da7481cd..aa77e0a5a 100644
--- a/src/video_core/texture_cache/format_lookup_table.h
+++ b/src/video_core/texture_cache/format_lookup_table.h
@@ -5,7 +5,7 @@
#pragma once
#include <array>
-#include <numeric>
+#include <limits>
#include "video_core/surface.h"
#include "video_core/textures/texture.h"