Fix Windows build error after recent Python changes in a10a7f42.

This commit is contained in:
Brecht Van Lommel 2017-08-20 23:12:59 +02:00
parent 47d1f67eab
commit fc890cdae2
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@
#include "STR_String.h"
#include "MT_Vector3.h"
#include "SG_QList.h"
#include <stddef.h>
#include <cstddef>
#include <cstdint>
#ifdef WITH_PYTHON
#ifdef USE_MATHUTILS