Fix import std in clang++ (#4488)
fix module-compilation error when defined `FMT_IMPORT_STD`
This commit is contained in:
@@ -50,6 +50,8 @@ module;
|
||||
# include <limits.h>
|
||||
# include <stdint.h>
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <time.h>
|
||||
#endif
|
||||
#include <cerrno>
|
||||
|
||||
Reference in New Issue
Block a user