2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-30 16:42:07 +00:00
rules_foreign_cc/examples/third_party/log4cxx/inputstreamreader.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

11 lines
385 B
Diff

--- src/main/cpp/inputstreamreader.cpp 2008-03-31 23:34:09.000000000 +0100
+++ src/main/cpp/inputstreamreader.cpp 2008-03-31 23:34:09.000000000 +0100
@@ -20,6 +20,8 @@
#include <log4cxx/helpers/exception.h>
#include <log4cxx/helpers/pool.h>
#include <log4cxx/helpers/bytebuffer.h>
+#include <cstdio>
+#include <cstring>
using namespace log4cxx;
using namespace log4cxx::helpers;