2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-27 02:43:28 +00:00
rules_foreign_cc/examples/third_party/log4cxx/console.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
313 B
Diff

--- src/examples/cpp/console.cpp 2008-03-31 23:34:09.000000000 +0100
+++ src/examples/cpp/console.cpp 2008-03-31 23:34:09.000000000 +0100
@@ -22,6 +22,7 @@
#include <log4cxx/logmanager.h>
#include <iostream>
#include <locale.h>
+#include <cstring>
using namespace log4cxx;
using namespace log4cxx::helpers;