Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Nov 22, 2024
1 parent 5f5afbe commit 9121c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/multio/util/Tracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <atomic>
#include <map>
#include <string>
#include <thread>
#include <vector>

Expand Down Expand Up @@ -53,4 +54,4 @@ class Tracer {
std::thread traceWriterThread_;
};

} // namespace multio::util
} // namespace multio::util

0 comments on commit 9121c7c

Please sign in to comment.