mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
pm: Fix missing include
This commit is contained in:
parent
a28b40866a
commit
18153713d9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
#include <stratosphere.hpp>
|
#include <stratosphere.hpp>
|
||||||
|
#include "pm_registration.hpp"
|
||||||
|
|
||||||
class ProcessWaiter final : public IWaitable {
|
class ProcessWaiter final : public IWaitable {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue