From 7c53b23179bbfc05acf0c60ed8f3b7f81f3a151f Mon Sep 17 00:00:00 2001 From: Andras Mantia Date: Mon, 9 Oct 2017 10:43:02 +0300 Subject: Fix building with clang without the need for C++14 This reverts the change to std::sort to use a lambda with auto parameters. When using clang the latest g++ std libraries (eg. from g++ 7) needs to be installed. Change-Id: I95007707adec0b7a9c215822457351e6b7fcdbee Reviewed-by: Miikka Heikkinen --- src/3rdparty/RuntimePlatformSpecific/Linux/Qt3DSLibs/KD/MinKD.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty') diff --git a/src/3rdparty/RuntimePlatformSpecific/Linux/Qt3DSLibs/KD/MinKD.c b/src/3rdparty/RuntimePlatformSpecific/Linux/Qt3DSLibs/KD/MinKD.c index 144aaf34..2e1bba20 100644 --- a/src/3rdparty/RuntimePlatformSpecific/Linux/Qt3DSLibs/KD/MinKD.c +++ b/src/3rdparty/RuntimePlatformSpecific/Linux/Qt3DSLibs/KD/MinKD.c @@ -2,6 +2,7 @@ #include #include #include +#include #ifndef __INTEGRITY #include #endif -- cgit v1.2.3