diff --git a/src/library/register_module.h b/src/library/register_module.h index a90fa9234..18d491ca5 100644 --- a/src/library/register_module.h +++ b/src/library/register_module.h @@ -13,6 +13,7 @@ Author: Leonardo de Moura #include "library/placeholder.h" #include "library/aliases.h" #include "library/choice.h" +#include "library/unifier.h" #include "library/scoped_ext.h" // #include "library/hop_match.h" @@ -26,6 +27,7 @@ inline void open_core_module(lua_State * L) { open_aliases(L); open_choice(L); open_scoped_ext(L); + open_unifier(L); // open_hop_match(L); } inline void register_core_module() {