mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 03:23:34 +00:00
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:
@@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include "common/telemetry.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
Reference in New Issue
Block a user