diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h index 347c2acb3c..ec0614c9da 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h @@ -62,8 +62,8 @@ public: void createExporterProperties (PropertyListBuilder& properties) override { - static const char* cppStandardNames[] = { "C++03", "C++11", nullptr }; - static const char* cppStandardValues[] = { "-std=c++03", "-std=c++11", nullptr }; + static const char* cppStandardNames[] = { "C++03", "C++11", "C++14", nullptr }; + static const char* cppStandardValues[] = { "-std=c++03", "-std=c++11", "-std=c++14", nullptr }; properties.add (new ChoicePropertyComponent (getCppStandardValue(), "C++ standard to use",