Skip to content

Commit

Permalink
Add missing includes to neurite_branching_event.h
Browse files Browse the repository at this point in the history
We use real_t and Real3 in this header, so we also should include the headers that contains these classes.
  • Loading branch information
imorlxs committed Sep 7, 2024
1 parent b194976 commit 5dea401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/neuroscience/new_agent_event/neurite_branching_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include <array>
#include "core/agent/new_agent_event.h"
#include "core/container/math_array.h"
#include "core/real_t.h"

namespace bdm {
namespace neuroscience {
Expand Down

0 comments on commit 5dea401

Please sign in to comment.