From 0008793af361057248284a2ee7aa4a4dc8cb5f17 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 24 Aug 2011 11:43:50 +0200 Subject: [PATCH] emulator: opengl: fix Windows build Change-Id: I6953feee41cb2e27f884629104ff6b3b9cccabbc --- tools/emulator/opengl/host/libs/Translator/EGL/EglWindowsApi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/emulator/opengl/host/libs/Translator/EGL/EglWindowsApi.cpp b/tools/emulator/opengl/host/libs/Translator/EGL/EglWindowsApi.cpp index e44624956..c11c547d4 100644 --- a/tools/emulator/opengl/host/libs/Translator/EGL/EglWindowsApi.cpp +++ b/tools/emulator/opengl/host/libs/Translator/EGL/EglWindowsApi.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #define IS_TRUE(a) \ if(a != true) return false;