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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-05-17 16:35:57 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-05-17 16:35:57 +0300
commitcd78a08a190eeb43f0bf232374faf20c14410788 (patch)
tree6fcdf336e2fc08e1514a766d8b37039f04caddec /source/blender/blenloader
parent0255cf812602eca496c52fd16b1035488b5f18f4 (diff)
Fix compilation error in release mode
Caused by recent fix. For some reason compiled fine in debug mode, but not in release.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_defaults.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_defaults.c b/source/blender/blenloader/intern/versioning_defaults.c
index 0e5e37e54a9..d13f976a759 100644
--- a/source/blender/blenloader/intern/versioning_defaults.c
+++ b/source/blender/blenloader/intern/versioning_defaults.c
@@ -24,6 +24,7 @@
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_string.h"
+#include "BLI_system.h"
#include "DNA_gpencil_types.h"
#include "DNA_mesh_types.h"