mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-29 12:59:37 -04: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