Merge pull request #3145 from catzilla4/master

FreeBSD Compilation fix
This commit is contained in:
Scott Mansell
2015-10-19 17:29:34 +13:00
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <array>
#include <cstdlib>
#include "Common/GL/GLInterface/EGL.h"
#include "Common/Logging/Log.h"