summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-07 14:42:18 +0200
committerLioncash <mathew1800@gmail.com>2018-08-07 14:54:50 +0200
commitfa8017295bb49912f44c29d6459027ffc2d683d9 (patch)
treee261b700ac265833e74a47cfdec13c266dbe7f8c /src/core/hle/service/nvdrv/devices/nvhost_gpu.h
parentMerge pull request #931 from DarkLordZach/nca-as-drd (diff)
downloadyuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.gz
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.bz2
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.lz
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.xz
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.zst
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
index aa8df2e6e..650ed8fbc 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
@@ -6,6 +6,7 @@
#include <memory>
#include <vector>
+#include "common/bit_field.h"
#include "common/common_types.h"
#include "common/swap.h"
#include "core/hle/service/nvdrv/devices/nvdevice.h"