beos: Fix build

Add missing header due to moved function.
This commit is contained in:
François Revol 2014-01-28 15:15:49 +01:00
parent 443d6f3e04
commit 4b760c7e49
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ extern "C" {
#include "utils/base64.h"
}
#include "beos/fetch_rsrc.h"
#include "beos/filetype.h"
#include "beos/gui.h"
#include <image.h>