Add include missing in release builds

This commit is contained in:
Campbell Barton 2018-07-13 20:22:05 +02:00
parent bc12c6f542
commit d9e79b0756
1 changed files with 2 additions and 0 deletions

View File

@ -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"