Include cstddef for ptrdiff_t in platform.h

This commit is contained in:
dhewg 2011-12-17 09:51:51 +01:00 committed by Daniel Gibson
parent 487406d861
commit 7a40472c5b

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>