summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/EGLAndroid.h
diff options
context:
space:
mode:
authorsigmabeta <sigmabeta@users.noreply.github.com>2016-05-25 14:18:32 -0400
committersigmabeta <sigmabeta@users.noreply.github.com>2016-05-25 14:23:35 -0400
commitc92f7ef173c44dc5993cf25bc75ea6416edd53cd (patch)
tree2a8e17af3e00a9daf397f5b289db0143bb2786ce /Source/Core/Common/GL/GLInterface/EGLAndroid.h
parent34e315ba07afff6e2b009ed1aadec65774163531 (diff)
Fix builds when using newest version of NDK
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/EGLAndroid.h')
-rw-r--r--Source/Core/Common/GL/GLInterface/EGLAndroid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/GL/GLInterface/EGLAndroid.h b/Source/Core/Common/GL/GLInterface/EGLAndroid.h
index 7f3ede889c..9347027b74 100644
--- a/Source/Core/Common/GL/GLInterface/EGLAndroid.h
+++ b/Source/Core/Common/GL/GLInterface/EGLAndroid.h
@@ -4,6 +4,7 @@
#pragma once
+#include <android/native_window.h>
#include "Common/GL/GLInterface/EGL.h"
class cInterfaceEGLAndroid : public cInterfaceEGL