From f774a3b25eed3ee3e0d80c223a1d7c905af7aa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Fri, 18 Feb 2022 22:46:57 +0100 Subject: [PATCH] Fix build on linux --- include/exiv2/types.hpp | 6 +++--- include/exiv2/value.hpp | 3 ++- src/tiffcomposite_int.hpp | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/include/exiv2/types.hpp b/include/exiv2/types.hpp index f4e000b4..c3182f66 100644 --- a/include/exiv2/types.hpp +++ b/include/exiv2/types.hpp @@ -27,11 +27,11 @@ #include "slice.hpp" // + standard includes -#include -#include +#include #include #include - +#include +#include /*! @brief Macro to make calls to member functions through a pointer more readable. diff --git a/include/exiv2/value.hpp b/include/exiv2/value.hpp index 1db4e341..e75fedc0 100644 --- a/include/exiv2/value.hpp +++ b/include/exiv2/value.hpp @@ -27,8 +27,9 @@ #include "types.hpp" // + standard includes -#include +#include #include +#include // ***************************************************************************** // namespace extensions diff --git a/src/tiffcomposite_int.hpp b/src/tiffcomposite_int.hpp index 2920db70..604b8b2c 100644 --- a/src/tiffcomposite_int.hpp +++ b/src/tiffcomposite_int.hpp @@ -24,6 +24,8 @@ // included header files #include "tifffwd_int.hpp" +#include + // ***************************************************************************** // namespace extensions namespace Exiv2 {