mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +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>
|
||||
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
#include <Arabica/impl/VS6Workaround.hpp>
|
||||
#include <convert/impl/VS6Workaround.hpp>
|
||||
#endif
|
||||
|
||||
namespace Arabica
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue