Include cstddef for ptrdiff_t in platform.h

This commit is contained in:
dhewg 2011-12-17 09:51:51 +01:00
parent 90a53d0977
commit 5d8d3b726e

View file

@ -204,6 +204,7 @@ If you have questions concerning this license or the applicable additional terms
#include <assert.h>
#include <time.h>
#include <ctype.h>
#include <cstddef>
#include <typeinfo>
#include <errno.h>
#include <math.h>