We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5569dc commit 8e7c2c5Copy full SHA for 8e7c2c5
src/OpenColorIO/MathUtils.h
@@ -7,6 +7,8 @@
7
#include <algorithm>
8
#include <cmath>
9
10
+#include <Imath/half.h>
11
+
12
#include <OpenColorABI.h>
13
14
namespace OCIO_NAMESPACE
src/OpenColorIO/ops/range/RangeOp.cpp
@@ -1,7 +1,9 @@
1
// SPDX-License-Identifier: BSD-3-Clause
2
// Copyright Contributors to the OpenColorIO Project.
3
4
+#include <string>
5
#include <sstream>
6
+#include <memory>
#include <OpenColorIO/OpenColorIO.h>
0 commit comments