diff --git a/include/operon/core/pset.hpp b/include/operon/core/pset.hpp index 6952c73..6cc98ce 100644 --- a/include/operon/core/pset.hpp +++ b/include/operon/core/pset.hpp @@ -20,7 +20,7 @@ class PrimitiveSet { Operon::Map pset_; - [[nodiscard]] auto GetPrimitive(Operon::Hash hash) const -> Primitive const&; + [[nodiscard]] auto OPERON_EXPORT GetPrimitive(Operon::Hash hash) const -> Primitive const&; auto GetPrimitive(Operon::Hash hash) -> Primitive& { return const_cast(const_cast(this)->GetPrimitive(hash)); // NOLINT