From 14220ae4881795eeff907e01da59f44951c2b9d0 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Thu, 26 May 2016 12:42:07 -0500 Subject: [PATCH] Fix building with PCH disabled. --- Source/Core/VideoBackends/OGL/BoundingBox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/VideoBackends/OGL/BoundingBox.cpp b/Source/Core/VideoBackends/OGL/BoundingBox.cpp index c4c0012ddc..2923b9c2c4 100644 --- a/Source/Core/VideoBackends/OGL/BoundingBox.cpp +++ b/Source/Core/VideoBackends/OGL/BoundingBox.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include + #include "Common/GL/GLUtil.h" #include "VideoBackends/OGL/BoundingBox.h"