From 387fe1dbfffdc3d73cf46f2c054f4d25543c8523 Mon Sep 17 00:00:00 2001
From: Fu Juntang <StrongTiger_001@163.com>
Date: 星期三, 01 九月 2021 10:55:35 +0800
Subject: [PATCH] Fix the building issue when protobuf is enabled.
---
shm_util/shm_map.cpp | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/shm_util/shm_map.cpp b/shm_util/shm_map.cpp
index d9dffa4..f8bc9dc 100644
--- a/shm_util/shm_map.cpp
+++ b/shm_util/shm_map.cpp
@@ -3,13 +3,13 @@
*/
#include <assert.h>
#include "net_mod_server_socket_wrapper.h"
-#include "net_mod_socket_wrapper.h"
-#include "bus_server_socket_wrapper.h"
+//#include "net_mod_socket_wrapper.h"
+//#include "bus_server_socket_wrapper.h"
#include "shm_mm_wrapper.h"
#include "usg_common.h"
#include <getopt.h>
-#include "logger_factory.h"
+//#include "logger_factory.h"
static void usage(const char *name) {
@@ -25,7 +25,6 @@
printf("%10d \t %10d\n", it->first, it->second.status);
}
-
}
@@ -51,4 +50,4 @@
-}
\ No newline at end of file
+}
--
Gitblit v1.8.0