mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Include cstddef for ptrdiff_t in platform.h
This commit is contained in:
parent
487406d861
commit
7a40472c5b
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue