Merge pull request #3863 from rohit-n/build-pch

Fix building with PCH disabled.
This commit is contained in:
Markus Wick 2016-05-27 09:57:43 +02:00
commit 6233620bde

View File

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