2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-12-04 08:02:31 +00:00
rules_foreign_cc/examples/third_party/log4cxx/socketoutputstream.cpp.patch
jheaff1 776f199f5d
Add log4cxx example to CI (#762)
Co-authored-by: UebelAndre <github@uebelandre.com>
2021-08-18 06:00:17 -07:00

10 lines
379 B
Diff

--- src/main/cpp/socketoutputstream.cpp 2008-03-31 23:34:09.000000000 +0100
+++ src/main/cpp/socketoutputstream.cpp 2008-03-31 23:34:09.000000000 +0100
@@ -19,6 +19,7 @@
#include <log4cxx/helpers/socketoutputstream.h>
#include <log4cxx/helpers/socket.h>
#include <log4cxx/helpers/bytebuffer.h>
+#include <cstring>
using namespace log4cxx;
using namespace log4cxx::helpers;