This is an automated email from the ASF dual-hosted git repository.
rmiddleton pushed a commit to branch LOGCXX-549
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/LOGCXX-549 by this push:
new 7882c63f Add header include to fix compile issue on windows
7882c63f is described below
commit 7882c63f384cdb9564e1b3c2a0228085fc54ab36
Author: Robert Middleton <[email protected]>
AuthorDate: Sun Aug 14 12:02:13 2022 -0400
Add header include to fix compile issue on windows
---
src/main/cpp/aprdatagramsocket.cpp | 1 +
src/main/cpp/aprsocket.cpp | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/main/cpp/aprdatagramsocket.cpp
b/src/main/cpp/aprdatagramsocket.cpp
index 3ace8528..f337736f 100644
--- a/src/main/cpp/aprdatagramsocket.cpp
+++ b/src/main/cpp/aprdatagramsocket.cpp
@@ -17,6 +17,7 @@
#include <log4cxx/private/aprdatagramsocket.h>
#include <log4cxx/private/datagramsocket_priv.h>
+#include <log4cxx/helpers/transcoder.h>
#include <apr_network_io.h>
using log4cxx::helpers::APRDatagramSocket;
diff --git a/src/main/cpp/aprsocket.cpp b/src/main/cpp/aprsocket.cpp
index fa56fe91..33b0d6f8 100644
--- a/src/main/cpp/aprsocket.cpp
+++ b/src/main/cpp/aprsocket.cpp
@@ -18,6 +18,7 @@
#include <log4cxx/private/aprsocket.h>
#include <log4cxx/private/socket_priv.h>
#include <log4cxx/helpers/bytebuffer.h>
+#include <log4cxx/helpers/transcoder.h>
#include "apr_network_io.h"
#include "apr_signal.h"