Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
piponazo committed Mar 3, 2022
1 parent 91ee2b4 commit 65e8f6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/futils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#include <sstream>
#include <stdexcept>

#ifdef EXV_HAVE_UNISTD_H
#include <unistd.h> // for stat()
#endif

namespace fs = std::filesystem;

#if defined(WIN32)
Expand Down
2 changes: 2 additions & 0 deletions src/gifimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "error.hpp"
#include "futils.hpp"

#include <iostream>

// *****************************************************************************
// class member definitions
namespace Exiv2 {
Expand Down

0 comments on commit 65e8f6b

Please sign in to comment.