[Bf-blender-cvs] [301806a0676] master: Fix build

Dalai Felinto noreply at git.blender.org
Sun May 19 22:34:47 CEST 2019


Commit: 301806a06762b079b68b258a1b9f12b53f515fe1
Author: Dalai Felinto
Date:   Sun May 19 17:33:43 2019 -0300
Branches: master
https://developer.blender.org/rB301806a06762b079b68b258a1b9f12b53f515fe1

Fix build

Issue introduced on b7eba20236ca.

I'm surprised it compiled elsewhere, but in Linux at least this fix was
required.

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

M	source/blender/blenkernel/intern/undo_system.c

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

diff --git a/source/blender/blenkernel/intern/undo_system.c b/source/blender/blenkernel/intern/undo_system.c
index c24cdf424f9..caf88eb0fff 100644
--- a/source/blender/blenkernel/intern/undo_system.c
+++ b/source/blender/blenkernel/intern/undo_system.c
@@ -29,6 +29,8 @@
 #include "BLI_listbase.h"
 #include "BLI_string.h"
 
+#include "BLT_translation.h"
+
 #include "DNA_listBase.h"
 #include "DNA_windowmanager_types.h"



More information about the Bf-blender-cvs mailing list