diff options
| author | Léo Lam <leo@leolam.fr> | 2021-11-06 14:38:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-06 14:38:07 +0100 |
| commit | 2c5d11cacebe05450ee4c5d276044e110ed286c1 (patch) | |
| tree | f23d61c46eb8e9c4d2c22264ee08d9c831d8a34c /Source/Core/VideoCommon/BoundingBox.cpp | |
| parent | 39ccdc1f98d4ede1dcb25054e3bf805d3f91ab70 (diff) | |
| parent | 5a1333026be53c36dd23a886d66fe779a6853210 (diff) | |
Merge pull request #9721 from linkmauve/fix-warnings
Fix some warnings found with gcc 11 and ffmpeg master
Diffstat (limited to 'Source/Core/VideoCommon/BoundingBox.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BoundingBox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/BoundingBox.cpp b/Source/Core/VideoCommon/BoundingBox.cpp index 6411ec94dc..33cffef469 100644 --- a/Source/Core/VideoCommon/BoundingBox.cpp +++ b/Source/Core/VideoCommon/BoundingBox.cpp @@ -3,6 +3,8 @@ #include "VideoCommon/BoundingBox.h" +#include <algorithm> + #include "Common/Assert.h" #include "Common/ChunkFile.h" #include "Common/CommonTypes.h" |
