From 5a8455e8ce7662adf47d468a4086842669af110d Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Sun, 10 Oct 2021 12:47:06 +1300 Subject: [PATCH] BoundingBox: Add missing include --- Source/Core/VideoCommon/BoundingBox.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 + void BoundingBox::Enable() { m_is_active = true;