Merge pull request #10158 from phire/bb-missing-include

BoundingBox: Add missing include
This commit is contained in:
Scott Mansell 2021-10-10 16:15:10 +13:00 committed by GitHub
commit eee302c040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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