diff options
| author | Scott Mansell <phiren@gmail.com> | 2021-10-10 12:47:06 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2021-10-10 13:21:31 +1300 |
| commit | 5a8455e8ce7662adf47d468a4086842669af110d (patch) | |
| tree | 0e7555993efea3237e466c3c5cc7b0b8a24d1e5a /Source/Core/VideoCommon/BoundingBox.cpp | |
| parent | af043c07bbff72410a21541a2880cff1ccbe2175 (diff) | |
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; |
