telemetry_session: Add missing includes
Prevents potential compilation issues in the future by including missing headers for certain functions and types.
This commit is contained in:
parent
1964f4bbb3
commit
8aa4889e76
2 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include "common/telemetry.h"
|
||||
|
||||
namespace Core {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue