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>2019-05-19 23:33:43 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-05-19 23:34:08 +0300
commit301806a06762b079b68b258a1b9f12b53f515fe1 (patch)
tree6138cedc0166fdf9a0a7641c1c2bf38416b1c822 /source/blender/blenkernel/intern/undo_system.c
parentb7eba20236ca6499a62a8ee2b0c852086bc46b8e (diff)
Fix build
Issue introduced on b7eba20236ca. I'm surprised it compiled elsewhere, but in Linux at least this fix was required.
Diffstat (limited to 'source/blender/blenkernel/intern/undo_system.c')
-rw-r--r--source/blender/blenkernel/intern/undo_system.c2
1 files changed, 2 insertions, 0 deletions
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"