File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 77# undef RGB
88#endif
99
10+ #include " ../src/rawtoaces_util/rawtoaces_util_priv.h"
11+
12+ // must be before <OpenImageIO/unittest.h>
13+ #include < rawtoaces/image_converter.h>
14+
1015#include < OpenImageIO/unittest.h>
1116#include < filesystem>
1217#include < fstream>
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
22// Copyright Contributors to the rawtoaces Project.
33
4+ // must be before <OpenImageIO/unittest.h>
5+ #include < rawtoaces/image_converter.h>
6+
47#include < filesystem>
58#include < OpenImageIO/unittest.h>
6- #include < rawtoaces/image_converter.h>
79
810// This file contains some usage examples of the util library.
911// 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