Merge pull request #2174 from lioncash/fwd

service/hid: Amend forward declaration of ServiceManager
This commit is contained in:
bunnei 2019-02-27 21:20:06 -05:00 committed by GitHub
commit 49c6d21b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ namespace Kernel {
class SharedMemory;
}
namespace SM {
namespace Service::SM {
class ServiceManager;
}