Skip to content

Commit

Permalink
fix missing header, thx @vdubos
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Apr 30, 2024
1 parent 2cb8363 commit ef23a31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/htool/testing/dense_blocks_generator_test.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef HTOOL_TESTING_DENSE_BLOCKS_GENERATOR_TEST_HPP
#define HTOOL_TESTING_DENSE_BLOCKS_GENERATOR_TEST_HPP

#include "../hmatrix/interfaces/virtual_dense_blocks_generator.hpp"
#include "../hmatrix/interfaces/virtual_generator.hpp"
#include <vector>
Expand All @@ -17,3 +20,5 @@ class DenseBlocksGeneratorTest : public VirtualDenseBlocksGenerator<CoefficientP
}
};
} // namespace htool

#endif

0 comments on commit ef23a31

Please sign in to comment.