[Bf-blender-cvs] [cd78a08a190] master: Fix compilation error in release mode

Sergey Sharybin noreply at git.blender.org
Fri May 17 15:36:45 CEST 2019


Commit: cd78a08a190eeb43f0bf232374faf20c14410788
Author: Sergey Sharybin
Date:   Fri May 17 15:35:57 2019 +0200
Branches: master
https://developer.blender.org/rBcd78a08a190eeb43f0bf232374faf20c14410788

Fix compilation error in release mode

Caused by recent fix.
For some reason compiled fine in debug mode, but not in release.

===================================================================

M	source/blender/blenloader/intern/versioning_defaults.c

===================================================================

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"



More information about the Bf-blender-cvs mailing list