Minor changes to make sure some stuff works with no stl headers

This commit is contained in:
2022-02-20 00:15:31 +01:00
parent 8f7b1cd4e3
commit 6ba83fd582
2 changed files with 6 additions and 4 deletions

View File

@@ -2,8 +2,9 @@
#define LOGGER_UTILITY_H
#include <cstring>
#include <string.h>
#include "std_lib.h"
#include "types.h"