summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.cpp
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_ctrl_gpu.cpp
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_ctrl_gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.cpp
index 010072a5b..ae421247d 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.cpp
@@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <cinttypes>
+#include <cstring>
#include "common/assert.h"
#include "common/logging/log.h"
#include "core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h"