From 729df1df9635a5ec174dd0624317eb2fdd791807 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:31:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_read_h5_array.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_read_h5_array.cxx b/tests/test_read_h5_array.cxx index 2ae6da1..995f60e 100644 --- a/tests/test_read_h5_array.cxx +++ b/tests/test_read_h5_array.cxx @@ -1,6 +1,6 @@ +#include #include #include -#include #include // A test that we can read data arrays from a h5 processing file.