Skip to content

Commit

Permalink
Include <string> in mark_process.cpp (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Apr 10, 2024
1 parent 54bd482 commit 327df43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_tracetools/src/mark_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@
#include <lttng/tracef.h>
#include <lttng/ust-version.h>

#include <string>

#include "rcpputils/env.hpp"
#endif // TRACETOOLS_DISABLED

#include <string_view>

#include "test_tracetools/mark_process.hpp"

namespace test_tracetools
Expand Down

0 comments on commit 327df43

Please sign in to comment.