diff options
| author | Scott Mansell <phiren@gmail.com> | 2021-10-10 16:15:10 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-10 16:15:10 +1300 |
| commit | eee302c040053c481c251ae8dd4b6cc33d34ec3b (patch) | |
| tree | 0e7555993efea3237e466c3c5cc7b0b8a24d1e5a /Source/Core/VideoCommon/BoundingBox.cpp | |
| parent | af043c07bbff72410a21541a2880cff1ccbe2175 (diff) | |
| parent | 5a8455e8ce7662adf47d468a4086842669af110d (diff) | |
Merge pull request #10158 from phire/bb-missing-include
BoundingBox: Add missing include
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 d056efa167..6411ec94dc 100644 --- a/Source/Core/VideoCommon/BoundingBox.cpp +++ b/Source/Core/VideoCommon/BoundingBox.cpp @@ -9,6 +9,8 @@ #include "VideoCommon/PixelShaderManager.h" #include "VideoCommon/VideoConfig.h" +#include <algorithm> + void BoundingBox::Enable() { m_is_active = true; |
