Tomato Branch:

* Build fixes for windows.
This commit is contained in:
Thomas Dinges
2011-10-20 20:47:08 +00:00
parent 1a16ceb0a3
commit ca7c4cf040
2 changed files with 3 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
#include "BLI_math.h"
#include "BLI_listbase.h"
#include "BLI_ghash.h"
#include "BLI_path_util.h"
#include "BKE_global.h"
#include "BKE_tracking.h"

View File

@@ -31,6 +31,8 @@
* \ingroup bke
*/
#include <stdlib.h> /* for qsort */
#include "MEM_guardedalloc.h"
#include "MEM_CacheLimiterC-Api.h"