We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618a5d2 commit 201fcc2Copy full SHA for 201fcc2
2 files changed
src/OpenColorIO/ops/range/RangeOp.cpp
@@ -1,7 +1,11 @@
1
// SPDX-License-Identifier: BSD-3-Clause
2
// Copyright Contributors to the OpenColorIO Project.
3
4
+#include <string>
5
#include <sstream>
6
+#include <memory>
7
+
8
+#include <Imath/half.h>
9
10
#include <OpenColorIO/OpenColorIO.h>
11
src/OpenColorIO/transforms/builtins/ACES.cpp
@@ -6,6 +6,8 @@
#include <memory>
#include <algorithm>
12
13
#include "ops/fixedfunction/FixedFunctionOp.h"
0 commit comments