Added missing include

This commit is contained in:
Gaia Clary 2014-01-14 22:53:52 +01:00
parent 0f3fed2970
commit 875ddfcee0
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define WIN32_SKIP_HKEY_PROTECTION // need to use HKEY
#include "BLI_winstuff.h"
#include "BLI_utildefines.h"
#include "utfconv.h"
DIR *opendir(const char *path)