Skip to content

Commit

Permalink
Add missing real_t header to split_neurite_element_event.h
Browse files Browse the repository at this point in the history
We use real_t in this header, so we should include the real_t.h header
  • Loading branch information
imorlxs committed Sep 7, 2024
1 parent b194976 commit 969ff68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define NEUROSCIENCE_NEW_AGENT_EVENT_SPLIT_NEURITE_ELEMENT_EVENT_H_

#include "core/agent/new_agent_event.h"
#include "core/real_t.h"

namespace bdm {
namespace neuroscience {
Expand Down

0 comments on commit 969ff68

Please sign in to comment.