Skip to content

Commit

Permalink
Added include to fix compilation in Docker (Alpine)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-f8 committed Oct 22, 2024
1 parent 279d960 commit bf49d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <fastgltf/core.hpp>

#if defined(__APPLE__) || defined(__linux__)
#include <fcntl.h>
#include <unistd.h>
#include <sys/file.h>
#include <sys/mman.h>
Expand Down

0 comments on commit bf49d94

Please sign in to comment.