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) {