mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
BoundingBox: Add missing include
This commit is contained in:
parent
af043c07bb
commit
5a8455e8ce
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
#include "VideoCommon/PixelShaderManager.h"
|
#include "VideoCommon/PixelShaderManager.h"
|
||||||
#include "VideoCommon/VideoConfig.h"
|
#include "VideoCommon/VideoConfig.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
void BoundingBox::Enable()
|
void BoundingBox::Enable()
|
||||||
{
|
{
|
||||||
m_is_active = true;
|
m_is_active = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue