Fix include directive for Channel.hpp in Log.hpp

This commit is contained in:
whaffman 2025-09-20 15:19:55 +02:00
parent c8b2217406
commit a2a2e56678

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "webserv/log/Channel.hpp" #include <webserv/log/Channel.hpp>
#include <map> #include <map>
#include <memory> #include <memory>
#include <string> #include <string>