diff --git a/Dalamud/Plugin/Services/IPlayerState.cs b/Dalamud/Plugin/Services/IPlayerState.cs
index 425ffc963..1416dfb77 100644
--- a/Dalamud/Plugin/Services/IPlayerState.cs
+++ b/Dalamud/Plugin/Services/IPlayerState.cs
@@ -12,7 +12,7 @@ namespace Dalamud.Plugin.Services;
///
/// Interface for determining the players state.
///
-public interface IPlayerState
+public interface IPlayerState : IDalamudService
{
///
/// Gets a value indicating whether the local players data is loaded.