Include <codecvt> required by Clang.

This commit is contained in:
zackiloco 2023-05-23 15:20:12 +02:00
parent 34ae6d96d5
commit 7dac8505c4
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ tab-size = 4
*/ */
#include <cmath> #include <cmath>
#include <codecvt>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <ctime> #include <ctime>
@ -151,7 +152,7 @@ namespace Term {
//? --------------------------------------------------- FUNCTIONS ----------------------------------------------------- //? --------------------------------------------------- FUNCTIONS -----------------------------------------------------
// ! Dsiabled due to issue when compiling with musl, reverted back to using regex // ! Disabled due to issue when compiling with musl, reverted back to using regex
// namespace Fx { // namespace Fx {
// string uncolor(const string& s) { // string uncolor(const string& s) {
// string out = s; // string out = s;