Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10158 from phire/bb-missing-include
BoundingBox: Add missing include
  • Loading branch information
phire committed Oct 10, 2021
2 parents af043c0 + 5a8455e commit eee302c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/VideoCommon/BoundingBox.cpp
Expand Up @@ -9,6 +9,8 @@
#include "VideoCommon/PixelShaderManager.h"
#include "VideoCommon/VideoConfig.h"

#include <algorithm>

void BoundingBox::Enable()
{
m_is_active = true;
Expand Down

0 comments on commit eee302c

Please sign in to comment.