From da8e4092bf77dd421dfcd084900d05697fcab4d7 Mon Sep 17 00:00:00 2001 From: Ivey Date: Tue, 19 Nov 2024 11:55:07 -0500 Subject: [PATCH] core: Include algorithm for test on Windows builds --- src/core/test/matrix-array-test-suite.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/test/matrix-array-test-suite.cc b/src/core/test/matrix-array-test-suite.cc index 539626853..3cfc0fb07 100644 --- a/src/core/test/matrix-array-test-suite.cc +++ b/src/core/test/matrix-array-test-suite.cc @@ -10,6 +10,8 @@ #include "ns3/matrix-array.h" #include "ns3/test.h" +#include + /** * @defgroup matrixArray-tests MatrixArray tests * @ingroup core-tests