From 18153713d969c9d3232c3a67d370cbe9cb0f457a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 2 Jul 2018 14:25:40 +0200 Subject: [PATCH] pm: Fix missing include --- stratosphere/pm/source/pm_process_wait.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/pm/source/pm_process_wait.hpp b/stratosphere/pm/source/pm_process_wait.hpp index 6cffcded1..7142f7b91 100644 --- a/stratosphere/pm/source/pm_process_wait.hpp +++ b/stratosphere/pm/source/pm_process_wait.hpp @@ -1,6 +1,7 @@ #pragma once #include #include +#include "pm_registration.hpp" class ProcessWaiter final : public IWaitable { public: