Skip to content

Commit

Permalink
Refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 18, 2024
1 parent feb1b4b commit 0b26847
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/lib/mrvWidgets/mrvVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
# include <tlGL/Init.h>
#endif

// Must come last!
#ifdef TLRENDER_RAW
# include <lcms2.h>
# include <libraw/libraw_version.h>
#endif

#ifdef TLRENDER_STB
# include <stb/stb_image.h>
#endif
Expand Down Expand Up @@ -148,12 +154,9 @@ extern "C"
#include "mrvFl/mrvIO.h"


// Must come last!
#ifdef TLRENDER_RAW
# include <lcms2.h>
# include <libraw/libraw_version.h>
# define __STDC_VERSION__ 201112L // Avoid compiler warning
# include <jasper/jas_version.h>
# include <jasper/jas_version.h> // Must be included last.
#endif

namespace mrv
Expand Down

0 comments on commit 0b26847

Please sign in to comment.