Fix build on linux

This commit is contained in:
Luis Díaz Más 2022-02-18 22:46:57 +01:00
parent 9fb43f28e0
commit f774a3b25e
3 changed files with 7 additions and 4 deletions

View File

@ -27,11 +27,11 @@
#include "slice.hpp"
// + standard includes
#include <string>
#include <vector>
#include <algorithm>
#include <limits>
#include <sstream>
#include <string>
#include <vector>
/*!
@brief Macro to make calls to member functions through a pointer more readable.

View File

@ -27,8 +27,9 @@
#include "types.hpp"
// + standard includes
#include <map>
#include <cstring>
#include <iomanip>
#include <map>
// *****************************************************************************
// namespace extensions

View File

@ -24,6 +24,8 @@
// included header files
#include "tifffwd_int.hpp"
#include <memory>
// *****************************************************************************
// namespace extensions
namespace Exiv2 {