Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-02-01 18:13:44 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-02-01 18:13:44 +0300
commita57063a432a3908b0b750b889478ba87dfed60e2 (patch)
tree30e3ac9efa4f82c93cffdd426e13f6566bb8daaf /source/blender/blenlib
parentb8bb15f744ea811f3ff14882fdd012a378fbbc97 (diff)
parent7e928c3bbc5a0048a35ffe02a1244a2f04f46ca5 (diff)
Merge remote-tracking branch 'origin/master' into blender2.8
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_fileops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_fileops.h b/source/blender/blenlib/BLI_fileops.h
index 5c1fa57886a..bb23c63bdb3 100644
--- a/source/blender/blenlib/BLI_fileops.h
+++ b/source/blender/blenlib/BLI_fileops.h
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <sys/stat.h>
+#include <stdint.h>
#ifdef __cplusplus
extern "C" {