Skip to content

Commit

Permalink
#2380: tests: Fix metrics include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Jan 15, 2025
1 parent db47589 commit 9d36ac5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/unit/metrics/test_perf_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@
*/

#include "test_parallel_harness.h"
#include <vt/metrics/perf_data.h>
#include <vt/transport.h>

#if vt_check_enabled(perf)
#include <vt/metrics/perf_data.h>
#endif

namespace vt { namespace tests { namespace unit {

#if vt_check_enabled(perf)
Expand Down

0 comments on commit 9d36ac5

Please sign in to comment.