mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
* do not include xlocale.h, as it was removed in glibc 2.26 According to https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27 the defines were a subset of locale.h, that we include anyway * Apparently, clang still needs the header * include string header