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:
Diffstat (limited to 'source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c')
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c
index 18944a9ab9d..fd7f31db903 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c
@@ -22,12 +22,13 @@
* \ingroup wm
*/
-#include "BKE_context.h"
-
+#include "BLI_utildefines.h"
#include "BLI_ghash.h"
+#include "BLI_listbase.h"
#include "BLI_string.h"
#include "BLI_string_utils.h"
+#include "BKE_context.h"
#include "BKE_main.h"
#include "DNA_screen_types.h"