mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gcc-4.8 doesn't have std::codecvt.
Use boost::locale::conv::utf_to_utf instead.
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include <iostream>
|
||||
#include <locale>
|
||||
#include <typeinfo> // For std::bad_cast exception
|
||||
#include <codecvt> // UTF-8 <--> UTF16 conversion
|
||||
#include "gnc-rational-rounding.hpp"
|
||||
|
||||
class GncRational;
|
||||
|
||||
Reference in New Issue
Block a user