Skip to content

Commit

Permalink
Try to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 25, 2021
1 parent bdcaae5 commit c087ffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/analysis/raster/qgsexiftools.cpp
Expand Up @@ -15,7 +15,11 @@

#include "qgsexiftools.h"
#include "qgspoint.h"

// needed because released versions of eviv (<=0.27) make use of auto_ptr in the public header
#define _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR
#include <exiv2/exiv2.hpp>

#include <QRegularExpression>
#include <QFileInfo>

Expand Down

0 comments on commit c087ffa

Please sign in to comment.