fix exif include

This commit is contained in:
alemuntoni 2020-11-30 10:59:15 +01:00
parent c0e4cc9fc8
commit cc0bd7b1e2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include <wrap/io_trimesh/io_mask.h>
#include <QImageReader>
#include <QFileInfo>
#include <exif.h> //external easyexif lib
#include "exif.h" //external easyexif lib
namespace vcg {
namespace tri {