summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BoundingBox.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2021-10-10 16:15:10 +1300
committerGitHub <noreply@github.com>2021-10-10 16:15:10 +1300
commiteee302c040053c481c251ae8dd4b6cc33d34ec3b (patch)
tree0e7555993efea3237e466c3c5cc7b0b8a24d1e5a /Source/Core/VideoCommon/BoundingBox.cpp
parentaf043c07bbff72410a21541a2880cff1ccbe2175 (diff)
parent5a8455e8ce7662adf47d468a4086842669af110d (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.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;