Fix import std in clang++ (#4488)

fix module-compilation error when defined `FMT_IMPORT_STD`
This commit is contained in:
anonymous
2025-07-08 02:47:48 +08:00
committed by GitHub
parent 300ce75ca6
commit 20c8fdad06
2 changed files with 3 additions and 1 deletions

View File

@@ -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>