fixed codecvt specialisation include paths

This commit is contained in:
jez 2007-09-19 17:30:48 +00:00
parent f213c402cd
commit 1ffe707532
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
#include <SAX/ArabicaConfig.hpp>
#ifdef ARABICA_VS6_WORKAROUND
#include <Arabica/impl/VS6Workaround.hpp>
#include <convert/impl/VS6Workaround.hpp>
#endif
namespace Arabica

View file

@ -13,7 +13,7 @@
#include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
#include <Arabica/impl/codecvt_specialisations.hpp>
#include <convert/impl/codecvt_specialisations.hpp>
#endif
#ifdef ARABICA_VS6_WORKAROUND

View file

@ -13,7 +13,7 @@
#include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
#include <Arabica/impl/codecvt_specialisations.hpp>
#include <convert/impl/codecvt_specialisations.hpp>
#endif
#ifdef ARABICA_VS6_WORKAROUND

View file

@ -18,7 +18,7 @@
#include <locale>
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
#include <Arabica/impl/codecvt_specialisations.hpp>
#include <convert/impl/codecvt_specialisations.hpp>
#endif
#ifdef ARABICA_VS6_WORKAROUND