diff --git a/src/examples/cpp/console.cpp b/src/examples/cpp/console.cpp
index 6a01d8a..a673a10 100755
a
|
b
|
|
22 | 22 | #include <log4cxx/logmanager.h> |
23 | 23 | #include <iostream> |
24 | 24 | #include <locale.h> |
| 25 | #include <cstring> |
25 | 26 | |
26 | 27 | using namespace log4cxx; |
27 | 28 | using namespace log4cxx::helpers; |
diff --git a/src/main/cpp/inputstreamreader.cpp b/src/main/cpp/inputstreamreader.cpp
index 52b1c0a..cb45181 100644
a
|
b
|
|
20 | 20 | #include <log4cxx/helpers/exception.h> |
21 | 21 | #include <log4cxx/helpers/pool.h> |
22 | 22 | #include <log4cxx/helpers/bytebuffer.h> |
| 23 | #include <cstring> |
23 | 24 | |
24 | 25 | using namespace log4cxx; |
25 | 26 | using namespace log4cxx::helpers; |
diff --git a/src/main/cpp/socketoutputstream.cpp b/src/main/cpp/socketoutputstream.cpp
index 185f835..c61eb11 100644
a
|
b
|
|
19 | 19 | #include <log4cxx/helpers/socketoutputstream.h> |
20 | 20 | #include <log4cxx/helpers/socket.h> |
21 | 21 | #include <log4cxx/helpers/bytebuffer.h> |
| 22 | #include <cstring> |
22 | 23 | |
23 | 24 | using namespace log4cxx; |
24 | 25 | using namespace log4cxx::helpers; |