File tree 7 files changed +9
-6
lines changed
7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6
6
#include " error.hpp"
7
7
#include " i18n.h" // NLS support.
8
8
#include " image_int.hpp"
9
+ #include " tags_int.hpp"
9
10
10
11
#include < algorithm>
11
12
#include < ctime>
Original file line number Diff line number Diff line change 6
6
// *****************************************************************************
7
7
// included header files
8
8
#include " image.hpp"
9
- #include " tags_int.hpp"
10
9
11
10
// + standard includes
12
11
#include < stack>
Original file line number Diff line number Diff line change 5
5
6
6
// *****************************************************************************
7
7
// included header files
8
- #include " tags_int .hpp"
8
+ #include " tags .hpp"
9
9
#include " types.hpp"
10
10
11
+ #include < memory>
12
+
11
13
// namespace extensions
12
14
namespace Exiv2 ::Internal {
13
15
class IoWrapper ;
Original file line number Diff line number Diff line change 5
5
6
6
// *****************************************************************************
7
7
// included header files
8
- #include " tiffcomposite_int .hpp"
8
+ #include " tifffwd_int .hpp"
9
9
10
10
// *****************************************************************************
11
11
// namespace extensions
Original file line number Diff line number Diff line change 6
6
// *****************************************************************************
7
7
// included header files
8
8
#include " tags_int.hpp"
9
- #include " types.hpp"
10
9
11
10
// + standard includes
12
11
#include < stack>
Original file line number Diff line number Diff line change 12
12
#include " photoshop.hpp"
13
13
#include " safe_op.hpp"
14
14
#include " sonymn_int.hpp"
15
+ #include " tiffcomposite_int.hpp"
16
+ #include " tiffimage_int.hpp"
15
17
#include " value.hpp"
16
18
17
19
#include < functional>
Original file line number Diff line number Diff line change 6
6
// *****************************************************************************
7
7
// included header files
8
8
#include " exif.hpp"
9
- #include " tiffcomposite_int.hpp" // Do not change the order of these 2 includes,
10
9
#include " tifffwd_int.hpp"
11
- #include " tiffimage_int.hpp"
12
10
#include " types.hpp"
13
11
14
12
#include < array>
@@ -20,6 +18,8 @@ class IptcData;
20
18
class XmpData ;
21
19
22
20
namespace Internal {
21
+ class TiffDataEntryBase ;
22
+ class TiffImageEntry ;
23
23
// *****************************************************************************
24
24
// class definitions
25
25
You can’t perform that action at this time.
0 commit comments