diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 05:23:48 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 20:01:31 +0100 |
commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/core/hle/service/nvdrv | |
parent | video_core: Reduce unused includes (diff) | |
download | yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.bz2 yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.lz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.zst yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip |
Diffstat (limited to 'src/core/hle/service/nvdrv')
-rw-r--r-- | src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h | 2 | ||||
-rw-r--r-- | src/core/hle/service/nvdrv/devices/nvhost_gpu.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h index 898d00a17..f434f6929 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h @@ -5,6 +5,8 @@ #pragma once #include <vector> + +#include "common/common_funcs.h" #include "common/common_types.h" #include "common/swap.h" #include "core/hle/service/nvdrv/devices/nvdevice.h" diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h index f27a82bff..3e4f3b6a7 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h @@ -7,6 +7,7 @@ #include <memory> #include <vector> #include "common/bit_field.h" +#include "common/common_funcs.h" #include "common/common_types.h" #include "common/swap.h" #include "core/hle/service/nvdrv/devices/nvdevice.h" |