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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-18 14:43:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-18 14:43:41 +0300
commitcb50c288d40155684c57eb6bfe5a1730edd190e7 (patch)
treef097b598b4fec0b498fc94bc8bb2329b317bfd90 /source/creator
parent278e3f7d5fea2a8b3775e76257dfd96a5e5c2f11 (diff)
Add missing header
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 4b5038d89df..3da8a6bb898 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -45,6 +45,7 @@
#include "BLI_path_util.h"
#include "BLI_fileops.h"
#include "BLI_mempool.h"
+#include "BLI_system.h"
#include "BLO_readfile.h" /* only for BLO_has_bfile_extension */