plug-ins: Add HAVE_SYS_TIME_H check on file-heif
This fixes a build error on MSVC
This commit is contained in:
parent
13e2823a03
commit
06aa66428d
1 changed files with 2 additions and 0 deletions
|
|
@ -21,7 +21,9 @@
|
|||
#include <libheif/heif.h>
|
||||
#include <lcms2.h>
|
||||
#include <gexiv2/gexiv2.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue