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 <codecvt>
#include <iostream>
#include <fstream>
#include <ctime>
@ -151,7 +152,7 @@ namespace Term {
//? --------------------------------------------------- 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 {
// string uncolor(const string& s) {
// string out = s;