Selaa lähdekoodia

add missing include

Kim Kulling 7 vuotta sitten
vanhempi
commit
6c59c83e0f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>