diff options
Diffstat (limited to 'src/core/hle/service/caps/caps.h')
-rw-r--r-- | src/core/hle/service/caps/caps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/caps/caps.h b/src/core/hle/service/caps/caps.h index 3c4290c88..b18adcb9d 100644 --- a/src/core/hle/service/caps/caps.h +++ b/src/core/hle/service/caps/caps.h @@ -4,7 +4,8 @@ #pragma once -#include "core/hle/service/service.h" +#include "common/common_funcs.h" +#include "common/common_types.h" namespace Core { class System; |