From e012082cb3c91af96619f0f982d5f2e8b4b705af Mon Sep 17 00:00:00 2001
From: wxx <1321839169@qq.com>
Date: 星期三, 30 十月 2024 15:07:26 +0800
Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/昆仑_1025

---
 Server/马丽萍/code/log/block_queue.h |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git "a/Server/\351\251\254\344\270\275\350\220\215/code/log/block_queue.h" "b/Server/\351\251\254\344\270\275\350\220\215/code/log/block_queue.h"
index 34c77bd..4791989 100644
--- "a/Server/\351\251\254\344\270\275\350\220\215/code/log/block_queue.h"
+++ "b/Server/\351\251\254\344\270\275\350\220\215/code/log/block_queue.h"
@@ -8,9 +8,12 @@
 
 #include <iostream>
 #include <stdlib.h>
-#include <pthread.h>
-#include <sys/time.h>
-#include "../lock/locker.h"
+#include <thread> // 鏇挎崲 pthread.h
+
+#include <chrono>
+#include <ctime>
+
+#include "locker.h"
 using namespace std;
 
 template <class T>

--
Gitblit v1.8.0