--- tools/clang/lib/Driver/ToolChains.cpp	2016-02-16 22:56:48.000000000 +0300
+++ tools/clang/lib/Driver/ToolChains.cpp	2017-03-16 12:32:25.743632003 +0300
@@ -4111,6 +4111,7 @@
       // Freescale SDK C++ headers are directly in <sysroot>/usr/include/c++,
       // without a subdirectory corresponding to the gcc version.
       LibDir.str() + "/../include/c++",
+      InstallDir.str() + "/include/c++",
   };

   for (const auto &IncludePath : LibStdCXXIncludePathCandidates) {
