diff --git a/arbor/include/arbor/mechanism.hpp b/arbor/include/arbor/mechanism.hpp index 36fbc31bb2..5783bae8ef 100644 --- a/arbor/include/arbor/mechanism.hpp +++ b/arbor/include/arbor/mechanism.hpp @@ -6,6 +6,7 @@ #include #include +#include #include #include #include @@ -23,7 +24,7 @@ struct ion_state_view { arb_value_type* ionic_charge; }; -struct mechanism { +struct ARB_ARBOR_API mechanism { using value_type = arb_value_type; using index_type = arb_index_type; using size_type = arb_size_type;