1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00

pm: Fix missing include

This commit is contained in:
Léo Lam 2018-07-02 14:25:40 +02:00 committed by SciresM
parent a28b40866a
commit 18153713d9

View file

@ -1,6 +1,7 @@
#pragma once
#include <switch.h>
#include <stratosphere.hpp>
#include "pm_registration.hpp"
class ProcessWaiter final : public IWaitable {
public: