diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 952674b6..51c41623 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -12,6 +12,8 @@ #include #include #include +#include +#include #include "./source_loc.h" diff --git a/include/spdlog/file_event_handlers.h b/include/spdlog/file_event_handlers.h new file mode 100644 index 00000000..6382cf4c --- /dev/null +++ b/include/spdlog/file_event_handlers.h @@ -0,0 +1,8 @@ +// +// Created by gabi on 12/5/24. +// + +#ifndef FILE_EVENT_HANDLERS_H +#define FILE_EVENT_HANDLERS_H + +#endif //FILE_EVENT_HANDLERS_H