diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-15 21:54:04 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-15 21:54:04 +0330 |
commit | cc12a3a946303ae89ce2076b3c17d5d35d7e864f (patch) | |
tree | 3429c081fecb65cf538b213e382016416dbca344 /src/utils/log.h | |
parent | 52fac2c9232d39b3fe98438a47c22f985b260f58 (diff) |
add string
Diffstat (limited to 'src/utils/log.h')
-rw-r--r-- | src/utils/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/log.h b/src/utils/log.h index eb9034f..bcc7aa1 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -1,6 +1,7 @@ #pragma once #include "utils/type.h" +#include <stdlib.h> #ifndef __FILE_NAME__ #define __FILE_NAME__ __FILE__ |