Author: tschoening Date: Thu Oct 8 20:02:54 2015 New Revision: 1707614 URL: http://svn.apache.org/viewvc?rev=1707614&view=rev Log: Applied the same change like for date.cpp about apr.h defining INT64_C, only that in this file everythign should have been OK before already because apr_strings.h was included before INT64C was checked. But now the code should look more clearly.
Modified: incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp Modified: incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp?rev=1707614&r1=1707613&r2=1707614&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp (original) +++ incubator/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp Thu Oct 8 20:02:54 2015 @@ -26,16 +26,12 @@ #include <log4cxx/helpers/stringhelper.h> #include "../util/compare.h" #include "../logunit.h" -#include <apr_strings.h> - +#include <apr_strings.h> +#include <apr_time.h> #ifndef INT64_C #define INT64_C(x) x ## LL #endif -#include <apr_time.h> - - - using namespace log4cxx; using namespace log4cxx::helpers;