summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-13 22:33:45 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-13 22:33:45 +0200
commit9f4d677cdf1fcc937d2e68cae3f52f53c24582f8 (patch)
tree8d92dbc0b8e568dd67649511c070b31e7ca5d125 /src/core/hle/service/service.h
parentrenamed class Interface_SRV to SRV (diff)
downloadyuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar.gz
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar.bz2
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar.lz
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar.xz
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar.zst
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.zip
Diffstat (limited to 'src/core/hle/service/service.h')
-rw-r--r--src/core/hle/service/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h
index 3cad6c642..365583ed2 100644
--- a/src/core/hle/service/service.h
+++ b/src/core/hle/service/service.h
@@ -8,6 +8,7 @@
#include <map>
#include <string>
+#include "common/common.h"
#include "common/common_types.h"
#include "core/hle/syscall.h"