Explorar o código

add missing include

Kim Kulling %!s(int64=7) %!d(string=hai) anos
pai
achega
6c59c83e0f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/assimp/IOSystem.hpp

+ 1 - 0
include/assimp/IOSystem.hpp

@@ -63,6 +63,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #else
 #   include <sys/stat.h>
 #   include <sys/types.h>
+#   include <unistd.h>
 #endif // _WIN32
 
 #include <vector>