include BLO_sys_types in customdata header rather than stdint directly.

This commit is contained in:
Campbell Barton 2011-12-25 21:27:23 +00:00
parent a06358570e
commit 02d72b5c07
1 changed files with 2 additions and 4 deletions

View File

@ -34,14 +34,12 @@
#ifndef BKE_CUSTOMDATA_H
#define BKE_CUSTOMDATA_H
#if defined(__APPLE__) && (__GNUC__ == 4) && (__GNUC_MINOR__ >= 6)
#include <stdint.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include "../blenloader/BLO_sys_types.h" /* XXX, should have a more generic include for this */
struct ID;
struct CustomData;
struct CustomDataLayer;