Ticket #18445: gcc43.patch

File gcc43.patch, 1.2 KB (added by mail@…, 15 years ago)
  • src/examples/cpp/console.cpp

    diff --git a/src/examples/cpp/console.cpp b/src/examples/cpp/console.cpp
    index 6a01d8a..a673a10 100755
    a b  
    2222#include <log4cxx/logmanager.h>
    2323#include <iostream>
    2424#include <locale.h>
     25#include <cstring>
    2526
    2627using namespace log4cxx;
    2728using namespace log4cxx::helpers;
  • src/main/cpp/inputstreamreader.cpp

    diff --git a/src/main/cpp/inputstreamreader.cpp b/src/main/cpp/inputstreamreader.cpp
    index 52b1c0a..cb45181 100644
    a b  
    2020#include <log4cxx/helpers/exception.h>
    2121#include <log4cxx/helpers/pool.h>
    2222#include <log4cxx/helpers/bytebuffer.h>
     23#include <cstring>
    2324
    2425using namespace log4cxx;
    2526using namespace log4cxx::helpers;
  • src/main/cpp/socketoutputstream.cpp

    diff --git a/src/main/cpp/socketoutputstream.cpp b/src/main/cpp/socketoutputstream.cpp
    index 185f835..c61eb11 100644
    a b  
    1919#include <log4cxx/helpers/socketoutputstream.h>
    2020#include <log4cxx/helpers/socket.h>
    2121#include <log4cxx/helpers/bytebuffer.h>
     22#include <cstring>
    2223
    2324using namespace log4cxx;
    2425using namespace log4cxx::helpers;