Skip to content

Commit

Permalink
Add missing header to dividing_cell_op_test.h
Browse files Browse the repository at this point in the history
We use NewOperation() in this file, so we should add the header where the function is defined.
  • Loading branch information
imorlxs committed Sep 7, 2024
1 parent b194976 commit 2852756
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -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"

Expand Down

0 comments on commit 2852756

Please sign in to comment.