Followup to previous linked list commit

Windows doesn't have __func__ and utildefines was never included.
This commit is contained in:
Sergey Sharybin 2014-12-02 16:09:12 +05:00
parent ed935ae5ad
commit 4e60462881
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_linklist.h"
#include "BLI_memarena.h"
#include "BLI_mempool.h"