mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
BoundingBox: Add missing include
This commit is contained in:
parent
af043c07bb
commit
5a8455e8ce
@ -9,6 +9,8 @@
|
||||
#include "VideoCommon/PixelShaderManager.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
void BoundingBox::Enable()
|
||||
{
|
||||
m_is_active = true;
|
||||
|
Loading…
Reference in New Issue
Block a user