From 65f8b0a16e305d0180b4217296985e90d5437a45 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 5 Dec 2024 18:28:44 +0200 Subject: [PATCH] Fix includes --- include/spdlog/common.h | 2 ++ include/spdlog/file_event_handlers.h | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 include/spdlog/file_event_handlers.h 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