mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Merge pull request #10158 from phire/bb-missing-include
BoundingBox: Add missing include
This commit is contained in:
commit
eee302c040
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#include "VideoCommon/PixelShaderManager.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
void BoundingBox::Enable()
|
||||
{
|
||||
m_is_active = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue