mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-27 02:43:28 +00:00
776f199f5d
Co-authored-by: UebelAndre <github@uebelandre.com>
10 lines
313 B
Diff
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;
|