Fix build error after recent changes (missing FILE).

This commit is contained in:
Brecht Van Lommel 2018-04-27 10:19:28 +02:00
parent b756e869ee
commit 3556838983
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifndef __WM_MESSAGE_BUS_H__
#define __WM_MESSAGE_BUS_H__
#include <stdio.h>
struct GSet;
struct ID;
struct bContext;