10 lines
329 B
Diff
10 lines
329 B
Diff
--- 3rdparty/bx/include/bx/bx.h 2017-12-27 02:45:37.000000000 +0100
|
|
+++ 3rdparty/bx/include/bx/bx.h 2017-12-28 10:58:30.254932880 +0100
|
|
@@ -11,6 +11,7 @@
|
|
#include <stdint.h> // uint32_t
|
|
#include <stdlib.h> // size_t
|
|
#include <stddef.h> // ptrdiff_t
|
|
+#include <time.h> // time_t
|
|
|
|
#include "platform.h"
|
|
#include "config.h"
|