mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-13 22:32:32 +00:00
Include cstddef for ptrdiff_t in platform.h
This commit is contained in:
parent
90a53d0977
commit
5d8d3b726e
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