From 5b7cd406cbb4bfe07254eac9bb50371b499c4754 Mon Sep 17 00:00:00 2001 From: Isaac Morales Date: Sat, 7 Sep 2024 12:05:20 +0200 Subject: [PATCH] Add missing header to mechanical_forces_op_test.h We use NewOperation() in this file, so we should add the header where the function is definded. --- test/unit/core/operation/mechanical_forces_op_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/core/operation/mechanical_forces_op_test.h b/test/unit/core/operation/mechanical_forces_op_test.h index 55b4efa14..45a60911c 100644 --- a/test/unit/core/operation/mechanical_forces_op_test.h +++ b/test/unit/core/operation/mechanical_forces_op_test.h @@ -17,6 +17,7 @@ #include "core/agent/cell.h" #include "core/operation/mechanical_forces_op.h" +#include "core/operation/operation_registry.h" #include "unit/test_util/test_util.h" namespace bdm {