mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
fixed codecvt specialisation include paths
This commit is contained in:
parent
f213c402cd
commit
1ffe707532
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
||||||
#include <SAX/ArabicaConfig.hpp>
|
#include <SAX/ArabicaConfig.hpp>
|
||||||
|
|
||||||
#ifdef ARABICA_VS6_WORKAROUND
|
#ifdef ARABICA_VS6_WORKAROUND
|
||||||
#include <Arabica/impl/VS6Workaround.hpp>
|
#include <convert/impl/VS6Workaround.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Arabica
|
namespace Arabica
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include <locale>
|
#include <locale>
|
||||||
|
|
||||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
#include <convert/impl/codecvt_specialisations.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARABICA_VS6_WORKAROUND
|
#ifdef ARABICA_VS6_WORKAROUND
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include <locale>
|
#include <locale>
|
||||||
|
|
||||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
#include <convert/impl/codecvt_specialisations.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARABICA_VS6_WORKAROUND
|
#ifdef ARABICA_VS6_WORKAROUND
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include <locale>
|
#include <locale>
|
||||||
|
|
||||||
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
#ifndef ARABICA_NO_CODECVT_SPECIALISATIONS
|
||||||
#include <Arabica/impl/codecvt_specialisations.hpp>
|
#include <convert/impl/codecvt_specialisations.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARABICA_VS6_WORKAROUND
|
#ifdef ARABICA_VS6_WORKAROUND
|
||||||
|
|
Loading…
Add table
Reference in a new issue