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>2019-01-26 15:08:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 15:08:11 +0300
commit04a5dbbd0960b409ec479131837432a70a9b902d (patch)
treea7d510fc7eb716d27a9a57919aae45e28b1a876a /source/blender/blentranslation
parentf20dbc293fc9041a487544652f2d3baf1a4452c8 (diff)
Correct build error removing includes
Diffstat (limited to 'source/blender/blentranslation')
-rw-r--r--source/blender/blentranslation/intern/blt_translation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blentranslation/intern/blt_translation.c b/source/blender/blentranslation/intern/blt_translation.c
index 91370b9a509..1a6489e6331 100644
--- a/source/blender/blentranslation/intern/blt_translation.c
+++ b/source/blender/blentranslation/intern/blt_translation.c
@@ -38,7 +38,6 @@
#include "MEM_guardedalloc.h"
-
#include "DNA_userdef_types.h" /* For user settings. */
#ifdef WITH_PYTHON
@@ -46,7 +45,8 @@
#endif
#ifdef WITH_INTERNATIONAL
-#include "boost_locale_wrapper.h"
+# include "BLI_threads.h"
+# include "boost_locale_wrapper.h"
#endif /* WITH_INTERNATIONAL */
bool BLT_is_default_context(const char *msgctxt)