CorsikaData.h is missing include guard
On master, Framework/Utilities/CorsikaData.h is missing an include guard (#ifdef... or #pragma once). This will break compilation if more than one file includes this file (which will probably happen in the near future).