$NetBSD: patch-aa,v 1.3 2009/09/19 17:14:21 tnn Exp $

--- taglib/toolkit/taglib.h.orig	2009-09-03 20:05:58.000000000 +0200
+++ taglib/toolkit/taglib.h
@@ -40,6 +40,13 @@
 
 //! A namespace for all TagLib related classes and functions
 
+/*
+ * not all C++ compilers provide char_traits for wchar
+ * so we borrow a file from id3lib as it has the relevant bits
+ */
+#define ID3_NEED_WCHAR_TEMPLATE 1
+#include "id3lib_strings.h"
+
 /*!
  * This namespace contains everything in TagLib.  For projects working with
  * TagLib extensively it may be conveniten to add a
