blob: 5277d0afa1d032e2f8c2fd724f425f529b3666b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-src_main_include_log4cxx_helpers_simpledateformat.h,v 1.1 2013/04/30 22:17:38 joerg Exp $
--- src/main/include/log4cxx/helpers/simpledateformat.h.orig 2013-04-30 11:08:29.000000000 +0000
+++ src/main/include/log4cxx/helpers/simpledateformat.h
@@ -26,11 +26,10 @@
#include <log4cxx/helpers/dateformat.h>
+#include <locale>
#include <vector>
#include <time.h>
-namespace std { class locale; }
-
namespace log4cxx
{
namespace helpers
|