From 28527566be998748fca5df1402946c49a32375da Mon Sep 17 00:00:00 2001 From: Isaac Morales Date: Sat, 7 Sep 2024 11:59:44 +0200 Subject: [PATCH] Add missing header to dividing_cell_op_test.h We use NewOperation() in this file, so we should add the header where the function is defined. --- test/unit/core/operation/dividing_cell_op_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/core/operation/dividing_cell_op_test.h b/test/unit/core/operation/dividing_cell_op_test.h index e13e95e48..417ebcfd3 100644 --- a/test/unit/core/operation/dividing_cell_op_test.h +++ b/test/unit/core/operation/dividing_cell_op_test.h @@ -21,6 +21,7 @@ #include "core/agent/cell.h" #include "core/operation/dividing_cell_op.h" +#include "core/operation/operation_registry.h" #include "core/resource_manager.h" #include "unit/test_util/test_util.h"