mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-30 16:42:07 +00:00
776f199f5d
Co-authored-by: UebelAndre <github@uebelandre.com>
11 lines
385 B
Diff
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;
|