summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-08 03:31:06 +0100
committerbunnei <bunneidev@gmail.com>2018-02-08 04:55:09 +0100
commit703880c9ab4212f728496185ff73023012e141e5 (patch)
tree82eeedde4845b9d9622154978c6f80723475af50 /src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
parentMerge pull request #168 from mailwl/new-stubs (diff)
downloadyuzu-703880c9ab4212f728496185ff73023012e141e5.tar
yuzu-703880c9ab4212f728496185ff73023012e141e5.tar.gz
yuzu-703880c9ab4212f728496185ff73023012e141e5.tar.bz2
yuzu-703880c9ab4212f728496185ff73023012e141e5.tar.lz
yuzu-703880c9ab4212f728496185ff73023012e141e5.tar.xz
yuzu-703880c9ab4212f728496185ff73023012e141e5.tar.zst
yuzu-703880c9ab4212f728496185ff73023012e141e5.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
index 11ab25545..3701c182f 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
@@ -5,6 +5,7 @@
#include "common/assert.h"
#include "common/logging/log.h"
#include "core/hle/service/nvdrv/devices/nvhost_as_gpu.h"
+#include "core/hle/service/nvdrv/devices/nvmap.h"
namespace Service {
namespace Nvidia {