mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-12-04 08:02:31 +00:00
10 lines
379 B
Diff
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;
|