From: Brad Davis Date: Tue, 7 Jun 2016 23:23:44 +0000 (-0700) Subject: Fix Ubuntu 16.10 build X-Git-Tag: upstream/0.1~141^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=880bf36cacee1cfce7d5d94991eb18c9e2d59d39;p=platform%2Fupstream%2Fglslang.git Fix Ubuntu 16.10 build --- diff --git a/glslang/MachineIndependent/intermOut.cpp b/glslang/MachineIndependent/intermOut.cpp index d3d90c58..c37b3118 100644 --- a/glslang/MachineIndependent/intermOut.cpp +++ b/glslang/MachineIndependent/intermOut.cpp @@ -39,6 +39,8 @@ #ifdef _MSC_VER #include +#elif defined __ANDROID__ || defined __linux__ || __MINGW32__ || __MINGW64__ +#include #else #include #endif