This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new a345ec7d fix: serversocket.cpp fails to compile with some compiler 
(#718) (#719)
a345ec7d is described below

commit a345ec7de5971990f13c0943b4505a928df4c8b1
Author: qjoyel <[email protected]>
AuthorDate: Thu Jun 18 05:29:31 2026 +0200

    fix: serversocket.cpp fails to compile with some compiler (#718) (#719)
---
 src/main/cpp/serversocket.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/cpp/serversocket.cpp b/src/main/cpp/serversocket.cpp
index 6be302db..e0a4fa51 100644
--- a/src/main/cpp/serversocket.cpp
+++ b/src/main/cpp/serversocket.cpp
@@ -19,6 +19,7 @@
 #include <log4cxx/private/serversocket_priv.h>
 #include <log4cxx/private/aprserversocket.h>
 
+using namespace LOG4CXX_NS;
 using namespace LOG4CXX_NS::helpers;
 
 /**  Creates a server socket on a specified port.

Reply via email to