Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2022-02-19 00:28:01 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-02-19 00:28:01 +0300
commit32660382f54819b5b21d3279ca0540d2df17b252 (patch)
tree2d8e6d00848ecd0fe4ff069a2b1817c491971b90 /intern
parent3cebfadb27eb4056d28211708158f9ad8a7459b7 (diff)
Revert "OCIO: Fix gpu include file"
This reverts commit 3cebfadb27eb4056d28211708158f9ad8a7459b7.
Diffstat (limited to 'intern')
-rw-r--r--intern/opencolorio/ocio_shader_shared.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opencolorio/ocio_shader_shared.hh b/intern/opencolorio/ocio_shader_shared.hh
index 86a710acf5a..c7045217196 100644
--- a/intern/opencolorio/ocio_shader_shared.hh
+++ b/intern/opencolorio/ocio_shader_shared.hh
@@ -2,7 +2,7 @@
* Copyright 2022 Blender Foundation. All rights reserved. */
#ifndef GPU_SHADER
-# include "gpu_shader_shared_utils.h"
+# include "GPU_shader_shared_utils.h"
#endif
struct OCIO_GPUCurveMappingParameters {