فهرست منبع

修复头文件

NH 11 ماه پیش
والد
کامیت
3e29dc5ec9
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/net/http_response.cpp

+ 3 - 0
src/net/http_response.cpp

@@ -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))