Skip to content

Commit 8e7c2c5

Browse files
committed
Add back include to see if it effects Linux based tests
Signed-off-by: Kevin Wheatley <kevin.wheatley@framestore.com>
1 parent b5569dc commit 8e7c2c5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/OpenColorIO/MathUtils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <algorithm>
88
#include <cmath>
99

10+
#include <Imath/half.h>
11+
1012
#include <OpenColorABI.h>
1113

1214
namespace OCIO_NAMESPACE

src/OpenColorIO/ops/range/RangeOp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// SPDX-License-Identifier: BSD-3-Clause
22
// Copyright Contributors to the OpenColorIO Project.
33

4+
#include <string>
45
#include <sstream>
6+
#include <memory>
57

68
#include <OpenColorIO/OpenColorIO.h>
79

0 commit comments

Comments
 (0)