From 0c0dc2a3a677ad72f980b6573fd05d333119f2cb Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 9 Sep 2025 16:43:23 +0200 Subject: [PATCH] Fix: Build using WITH_OPENCOLORIO=OFF fails after recent changes --- intern/cycles/scene/colorspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/cycles/scene/colorspace.cpp b/intern/cycles/scene/colorspace.cpp index 4bc25d44d72..b16ff29f77c 100644 --- a/intern/cycles/scene/colorspace.cpp +++ b/intern/cycles/scene/colorspace.cpp @@ -34,7 +34,6 @@ static unordered_map cached_processors; static thread_mutex cache_scene_linear_mutex; static string cache_scene_linear_name; -#endif static void check_invalidate_caches() { @@ -64,6 +63,7 @@ static void check_invalidate_caches() } } } +#endif ColorSpaceProcessor *ColorSpaceManager::get_processor(ustring colorspace) {