summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BoundingBox.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2021-10-10 12:47:06 +1300
committerScott Mansell <phiren@gmail.com>2021-10-10 13:21:31 +1300
commit5a8455e8ce7662adf47d468a4086842669af110d (patch)
tree0e7555993efea3237e466c3c5cc7b0b8a24d1e5a /Source/Core/VideoCommon/BoundingBox.cpp
parentaf043c07bbff72410a21541a2880cff1ccbe2175 (diff)
BoundingBox: Add missing include
Diffstat (limited to 'Source/Core/VideoCommon/BoundingBox.cpp')
-rw-r--r--Source/Core/VideoCommon/BoundingBox.cpp2
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;