Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stevenlovegrove/Pangolin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9fb2cef7fb0d122025ed5bf08aca8537724e193c
Choose a base ref
..
head repository: stevenlovegrove/Pangolin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b9f106859cbb49c7c00276e98f5f2eea5b96afd3
Choose a head ref
Showing with 4 additions and 1 deletion.
  1. +4 −1 components/pango_image/src/image_io_libraw.cpp
5 changes: 4 additions & 1 deletion components/pango_image/src/image_io_libraw.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#include <fstream>
#include <libraw/libraw.h>
#include <pangolin/image/typed_image.h>

#ifdef HAVE_LIBRAW
# include <libraw/libraw.h>
#endif

namespace pangolin {

TypedImage LoadLibRaw(