#include #include namespace pslang::jit { void * load_foreign(std::string const & name) { return dlsym(RTLD_DEFAULT, name.data()); } }