aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/service.h
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-13 16:33:45 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-13 16:33:45 -0400
commit9f4d677cdf1fcc937d2e68cae3f52f53c24582f8 (patch)
tree8d92dbc0b8e568dd67649511c070b31e7ca5d125 /src/core/hle/service/service.h
parent524e78ece8139ad1adf4c6cf08ff1f705e7af823 (diff)
added framework for APT service (application and title launching service)
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 3cad6c64..365583ed 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"