diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-27 18:56:17 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 01:46:39 +0200 |
commit | 4964a359e1a82f87a9772140fd1d933c5812c2e7 (patch) | |
tree | 49bae12a6ba7f7d946bb85fe9d304ab958815609 /src/core/hle/service/gsp_gpu.h | |
parent | Core: Cleanup soc:U includes. (diff) | |
download | yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.gz yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.bz2 yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.lz yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.xz yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.zst yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.zip |
Diffstat (limited to 'src/core/hle/service/gsp_gpu.h')
-rw-r--r-- | src/core/hle/service/gsp_gpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/gsp_gpu.h b/src/core/hle/service/gsp_gpu.h index a435d418a..d9e9a1a60 100644 --- a/src/core/hle/service/gsp_gpu.h +++ b/src/core/hle/service/gsp_gpu.h @@ -5,8 +5,11 @@ #pragma once #include <cstddef> +#include <string> #include "common/bit_field.h" +#include "common/common_types.h" + #include "core/hle/service/service.h" //////////////////////////////////////////////////////////////////////////////////////////////////// |