Skip to content

Commit

Permalink
Exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Apr 10, 2024
1 parent edd0c57 commit be1a682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arbor/include/arbor/mechanism.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <unordered_map>

#include <arbor/arbexcept.hpp>
#include <arbor/export.hpp>
#include <arbor/fvm_types.hpp>
#include <arbor/mechanism_abi.h>
#include <arbor/mechinfo.hpp>
Expand All @@ -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;
Expand Down

0 comments on commit be1a682

Please sign in to comment.