add stddef.h include for offsetof macro for gcc 4.6 compat.

This commit is contained in:
2011-03-09 02:06:21 +00:00
parent 53139432dd
commit b74a84a470

View File

@@ -45,8 +45,9 @@
* http://www.python.org/doc/PyCPP.html
*
------------------------------*/
#include <MT_assert.h>
#include <stdlib.h>
#include <stddef.h>
#include "PyObjectPlus.h"
#include "STR_String.h"
#include "MT_Vector3.h"