Added some headers to allow Dolphin to compile in my environment.

This commit is contained in:
catzilla4 2015-10-05 22:45:55 -05:00 committed by catzilla4
parent 6aa230c247
commit 867a1beb9f
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"

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <cmath>
#include "Common/ChunkFile.h"
#include "Common/CommonTypes.h"
#include "Common/MathUtil.h"

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <X11/XKBlib.h>