File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
# undef RGB
8
8
#endif
9
9
10
+ #include " ../src/rawtoaces_util/rawtoaces_util_priv.h"
11
+
12
+ // must be before <OpenImageIO/unittest.h>
13
+ #include < rawtoaces/image_converter.h>
14
+
10
15
#include < OpenImageIO/unittest.h>
11
16
#include < filesystem>
12
17
#include < fstream>
16
21
#include < sys/stat.h> // for mkfifo
17
22
#include < ctime>
18
23
19
- #include " ../src/rawtoaces_util/rawtoaces_util_priv.h"
20
- #include < rawtoaces/image_converter.h>
21
-
22
24
using namespace rta ::util;
23
25
24
26
// Cross-platform environment variable helpers
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: Apache-2.0
2
2
// Copyright Contributors to the rawtoaces Project.
3
3
4
+ // must be before <OpenImageIO/unittest.h>
5
+ #include < rawtoaces/image_converter.h>
6
+
4
7
#include < filesystem>
5
8
#include < OpenImageIO/unittest.h>
6
- #include < rawtoaces/image_converter.h>
7
9
8
10
// This file contains some usage examples of the util library.
9
11
// It has only very little unit test functionality to keep the code clean.
You can’t perform that action at this time.
0 commit comments