From 405c0c4214c48908d8203a8f4d911289211eb909 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 27 Aug 2023 15:44:39 +0200 Subject: cmake: kill precompiled headers They only help by 5% at best. Not worth the side effects. --- shaders/texture-unit-cache.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shaders') diff --git a/shaders/texture-unit-cache.cpp b/shaders/texture-unit-cache.cpp index 918ee56c..4c261b41 100644 --- a/shaders/texture-unit-cache.cpp +++ b/shaders/texture-unit-cache.cpp @@ -1,6 +1,7 @@ #include "texture-unit-cache.hpp" #include "compat/assert.hpp" +#include #include namespace floormat { -- cgit v1.2.3