Skip to content

Commit

Permalink
Fix self-contained headers problem
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Aug 30, 2024
1 parent b194976 commit d6d3862
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/operation/mechanical_forces_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "core/simulation.h"
#include "core/util/math.h"
#include "core/util/thread_info.h"
#include "core/operation/operation_registry.h"

namespace bdm {

Expand Down
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/real_t.h"
#include "core/container/math_array.h"

namespace bdm {
namespace neuroscience {
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#define NEUROSCIENCE_NEW_AGENT_EVENT_SIDE_NEURITE_EXTENSION_EVENT_H_

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

namespace bdm {
namespace neuroscience {
Expand Down
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
1 change: 1 addition & 0 deletions test/unit/core/operation/dividing_cell_op_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "core/operation/dividing_cell_op.h"
#include "core/resource_manager.h"
#include "unit/test_util/test_util.h"
#include "core/operation/operation_registry.h"

namespace bdm {
namespace dividing_cell_op_test_internal {
Expand Down
1 change: 1 addition & 0 deletions test/unit/core/operation/mechanical_forces_op_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "core/agent/cell.h"
#include "core/operation/mechanical_forces_op.h"
#include "unit/test_util/test_util.h"
#include "core/operation/operation_registry.h"

namespace bdm {
namespace mechanical_forces_op_test_internal {
Expand Down

0 comments on commit d6d3862

Please sign in to comment.