Skip to content

Fixes for building with GCC10

Pieter David requested to merge piedavid/bamboo:gcc10fixes into master

Missing #include <unordered_map> and #include <stdexcept> in the JEC/JER classes, and removing the explicit setting of C++ version for building the extension libraries (without that cmake should make sure it's compatible with the ROOT one).

Merge request reports