mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:17:56 -05: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