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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-13 21:22:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-13 21:22:20 +0300
commitd9e79b0756f2ef23ed4321f5f215062c9fbbcddd (patch)
tree9ef2c12c6efec5aadf86c6f041f8677303bf554f /source
parentbc12c6f542fcb6ba848d7e3e93e1639d9849cbfe (diff)
Add include missing in release builds
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_panel_type.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_panel_type.c b/source/blender/windowmanager/intern/wm_panel_type.c
index ef1a55281c9..2c541db55a6 100644
--- a/source/blender/windowmanager/intern/wm_panel_type.c
+++ b/source/blender/windowmanager/intern/wm_panel_type.c
@@ -28,6 +28,8 @@
* For popups/popovers only, regions handle panel types by including them in local lists.
*/
+#include <stdio.h>
+
#include "BLI_sys_types.h"
#include "DNA_windowmanager_types.h"