blob: b6ba4a48bf133cc573252f85204574f170e4349b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- librawstudio/rs-exif.cc.orig 2011-02-15 17:28:05 UTC
+++ librawstudio/rs-exif.cc
@@ -21,6 +21,8 @@
#include <iomanip>
#include <exiv2/image.hpp>
#include <exiv2/exif.hpp>
+#include <exiv2/error.hpp>
+#include <exiv2/version.hpp>
#include "rs-exif.h"
#include <assert.h>
#include "rs-library.h"
|