BoundingBox: Add missing include

This commit is contained in:
Scott Mansell 2021-10-10 12:47:06 +13:00
parent af043c07bb
commit 5a8455e8ce
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include "VideoCommon/PixelShaderManager.h"
#include "VideoCommon/VideoConfig.h"
#include <algorithm>
void BoundingBox::Enable()
{
m_is_active = true;