Skip to content

Commit

Permalink
fix(test): missing header files added
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 12, 2024
1 parent 1ee8244 commit 420ffef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/runtime/cartesian_vector_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
#include "almost_equals.h"
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_floating_point.hpp>
#include <mp-units/compat_macros.h>
#include <mp-units/ext/format.h>
#ifdef MP_UNITS_IMPORT_STD
import std;
#else
#include <sstream>
#endif
#ifdef MP_UNITS_MODULES
import mp_units;
#else
Expand Down

0 comments on commit 420ffef

Please sign in to comment.