diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 21:00:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 21:00:30 +0100 |
| commit | 414c44166031003b29d1b0b2fd2c9748a63260b4 (patch) | |
| tree | f9d955142f6c982ce1f6db0b71d0a4c10bdbfea5 /src/picture_frame.cc | |
| parent | f28303e1f00075841ac00fe4bb18ca37cbf1a7af (diff) | |
Move XYZ/RGB function to its own source file.
Diffstat (limited to 'src/picture_frame.cc')
| -rw-r--r-- | src/picture_frame.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/picture_frame.cc b/src/picture_frame.cc index d0784245..07a2b074 100644 --- a/src/picture_frame.cc +++ b/src/picture_frame.cc @@ -26,6 +26,7 @@ #include "lut.h" #include "util.h" #include "gamma_lut.h" +#include "rgb_xyz.h" #define DCI_GAMMA 2.6 |
