mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 05:49:56 -04:00
fix: add workaround for broken utf8cpp release (fixes gh #182)
This commit is contained in:
parent
dd58e74594
commit
ad14b7e067
@ -24,7 +24,11 @@
|
||||
#include <charconv>
|
||||
#include <cstdlib>
|
||||
|
||||
#if __has_include(<utf8cpp/utf8.h>)
|
||||
#include <utf8cpp/utf8.h>
|
||||
#else
|
||||
#include <utf8.h>
|
||||
#endif
|
||||
|
||||
#include <folly/String.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user