Skip to content
Permalink
Browse files
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.
@@ -9,6 +9,8 @@
#include "VideoCommon/PixelShaderManager.h"
#include "VideoCommon/VideoConfig.h"

#include <algorithm>

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

0 comments on commit eee302c

Please sign in to comment.