Skip to content

Commit

Permalink
Add include of <codecvt> required by libcxx and fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
imwints committed Mar 22, 2023
1 parent 99f1673 commit 426fcca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/btop_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tab-size = 4
*/

#include <cmath>
#include <codecvt>
#include <iostream>
#include <fstream>
#include <ctime>
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 426fcca

Please sign in to comment.