Skip to content

Commit

Permalink
Add missing includes to new_neurite_extension_event.h
Browse files Browse the repository at this point in the history
We use real_t in this header, so we also should include the header that contain this type.
  • Loading branch information
imorlxs committed Sep 7, 2024
1 parent 2240cec commit 764293c
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_NEW_NEURITE_EXTENSION_EVENT_H_

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

namespace bdm {
namespace neuroscience {
Expand Down

0 comments on commit 764293c

Please sign in to comment.