修复头文件

This commit is contained in:
NH
2025-10-19 14:20:46 +08:00
parent 0da2395974
commit 3e29dc5ec9

View File

@@ -32,6 +32,9 @@ If you have any questions, please contact us: 1585346868@qq.com Or visit our web
#include "net/http_website.h"
#include <sys/stat.h>
#include <filesystem>
#include <chrono>
#include <ctime>
#include <iostream>
#define HPSERVER ((IHttpServer*)m_reqpack->server()->hpserver())
#ifdef MSVC_2010
#define HEADER_SET(NAME,VALUE) m_headers.insert(std::pair<std::string,std::string>(NAME,VALUE))