Fix build on linux
This commit is contained in:
parent
9fb43f28e0
commit
f774a3b25e
@ -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.
|
||||
|
||||
@ -27,8 +27,9 @@
|
||||
#include "types.hpp"
|
||||
|
||||
// + standard includes
|
||||
#include <map>
|
||||
#include <cstring>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
|
||||
// *****************************************************************************
|
||||
// namespace extensions
|
||||
|
||||
@ -24,6 +24,8 @@
|
||||
// included header files
|
||||
#include "tifffwd_int.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
// *****************************************************************************
|
||||
// namespace extensions
|
||||
namespace Exiv2 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user