From 5fbbc02c3563276210d1391b0e77ae9aa80f8c13 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 30 Sep 2018 05:01:25 +0200 Subject: ICU is namespaced now --- organizemusic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/organizemusic.cpp b/organizemusic.cpp index cfa9bfd..429f67b 100644 --- a/organizemusic.cpp +++ b/organizemusic.cpp @@ -21,6 +21,7 @@ #include using namespace std; +using namespace icu; /* TODO: we could benefit from having these dynamic, and making them * no-ops when the output isn't an xterm. */ -- cgit v1.2.3-59-g8ed1b