diff options
Diffstat (limited to 'std-core.mxx')
-rw-r--r-- | std-core.mxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/std-core.mxx b/std-core.mxx index 47514f0..ace9b59 100644 --- a/std-core.mxx +++ b/std-core.mxx @@ -18,9 +18,12 @@ #elif defined(__GLIBCXX__) # include <time.h> # include <errno.h> +# include <wchar.h> // struct tm forward declaration. +# include <stdio.h> +# include <string.h> # include <strings.h> # include <sys/types.h> -# include <ext/atomicity.h> // Names with internal linkage. +# include <ext/atomicity.h> // Names with internal linkage. #elif defined(_LIBCPP_VERSION) #endif |