Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal 2016-05-26 12:42:07 -05:00
parent 340743d82a
commit 14220ae488

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <cstring>
#include "Common/GL/GLUtil.h"
#include "VideoBackends/OGL/BoundingBox.h"