Fix includes

This commit is contained in:
Dennis Luxen 2024-05-24 21:31:11 +02:00
parent 8e221cef3a
commit 1aab38729a

View File

@ -1,6 +1,7 @@
#ifndef SOURCE_MACROS_HPP #ifndef SOURCE_MACROS_HPP
#define SOURCE_MACROS_HPP #define SOURCE_MACROS_HPP
#include <cstring>
#include <string> #include <string>
// Helper macros, don't use these ones // Helper macros, don't use these ones