You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mozc wasn't able to compile after Abseil update. codec.cc used absl::StrCat but they didn't include #include "absl/strings/str_cat.h". Abseil also seemed to remove abseil_flags linking flag. The attached patches fix it. 2.txt 1.txt
The text was updated successfully, but these errors were encountered:
Mozc wasn't able to compile after Abseil update.
codec.cc
usedabsl::StrCat
but they didn't include#include "absl/strings/str_cat.h"
. Abseil also seemed to removeabseil_flags
linking flag. The attached patches fix it.2.txt
1.txt
The text was updated successfully, but these errors were encountered: