Fix build on linux
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user