Skip to content

Commit 201fcc2

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 618a5d2 commit 201fcc2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/OpenColorIO/ops/range/RangeOp.cpp

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

4+
#include <string>
45
#include <sstream>
6+
#include <memory>
7+
8+
#include <Imath/half.h>
59

610
#include <OpenColorIO/OpenColorIO.h>
711

src/OpenColorIO/transforms/builtins/ACES.cpp

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

9+
#include <Imath/half.h>
10+
911
#include <OpenColorIO/OpenColorIO.h>
1012

1113
#include "ops/fixedfunction/FixedFunctionOp.h"

0 commit comments

Comments
 (0)