fix: add missing header file

This commit is contained in:
Yaming Pei 2025-03-06 16:29:05 +08:00
parent 77a4b818fb
commit beb8d55337
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#define INC_BENCHLOG_H_ #define INC_BENCHLOG_H_
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h>
// //
// suport thread safe log module // suport thread safe log module