diff options
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r-- | cocoa/PlatCocoa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index dddec85de..caac1d9fb 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -7,11 +7,10 @@ #ifndef PLATCOCOA_H #define PLATCOCOA_H -#include <assert.h> - #include <sys/time.h> #include <cstdlib> +#include <cassert> #include <cstring> #include <cstdio> |