Skip to content

Commit

Permalink
Fix timemory header include
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Aug 16, 2022
1 parent 06d289c commit a077a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib/omnitrace/library/components/comm_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#include "library/config.hpp"
#include "library/perfetto.hpp"
#include "library/tracing.hpp"
#include "timemory/utility/locking.hpp"

#include <timemory/backends/mpi.hpp>
#include <timemory/manager.hpp>
#include <timemory/units.hpp>
#include <timemory/utility/locking.hpp>

namespace tim
{
Expand Down

0 comments on commit a077a75

Please sign in to comment.