From 8b64594a96807930ddace21b15228b3f62c9dc18 Mon Sep 17 00:00:00 2001 From: Lukas Felber Date: Fri, 11 Apr 2014 15:44:42 +0200 Subject: [PATCH] added missing extension less headers 'condition_variable' and 'ctgmath ' to cdt-file-types-list (as defined in c++ standard section 17.6.1.2) Change-Id: Idbbba12655a72b24cd28aab71d9a613320a7e70c Signed-off-by: Lukas Felber Reviewed-on: https://git.eclipse.org/r/24854 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin Tested-by: Sergey Prigogin --- core/org.eclipse.cdt.core/plugin.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index b93ec84dd46..fea1dc39ffd 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -560,6 +560,11 @@ content-type="org.eclipse.cdt.core.cxxHeader" file-names="typeindex,typeinfo,type_traits,unordered_map,unordered_set,utility,valarray,vector"/> + + +