Skip to content

Commit

Permalink
Make MANNTest compatible with catch2 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Apr 26, 2023
1 parent 7c43846 commit df2e666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ML/tests/MANNTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
* distributed under the terms of the BSD-3-Clause license.
*/

#include <memory>

// Catch2
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>

#include <BipedalLocomotion/ML/MANN.h>
#include <BipedalLocomotion/ParametersHandler/StdImplementation.h>
#include <memory>

#include <MANNModelFolderPath.h>

Expand Down

0 comments on commit df2e666

Please sign in to comment.