diff options
author | bunnei <bunneidev@gmail.com> | 2021-10-05 19:05:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 19:05:46 +0200 |
commit | 5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9 (patch) | |
tree | 879f5fb79a0d320cb56a5e66eab783de9614d88a /src/video_core | |
parent | Merge pull request #7103 from Morph1984/service-ctx-event (diff) | |
parent | common/logging: Reduce scope of fmt include (diff) | |
download | yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.gz yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.bz2 yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.lz yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.xz yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.zst yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.zip |
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/engines/maxwell_3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 7f4ca6282..f22342dfb 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -6,6 +6,7 @@ #include <array> #include <bitset> +#include <cmath> #include <limits> #include <optional> #include <type_traits> |