diff --git a/tracy/tracy/inc/tracy.h b/tracy/tracy/inc/tracy.h old mode 100644 new mode 100755 index 2c3c14ab32b2871a13a6bd50d38da7f7f0271fef..1a9b35e5e2c5dc455cfd35205ae9c367b395e057 --- a/tracy/tracy/inc/tracy.h +++ b/tracy/tracy/inc/tracy.h @@ -5,9 +5,10 @@ M. Boege SLS, PSI 1998 C translation L. Nadolski SOLEIL 2002 Link to NAFF, Radia field maps J. Bengtsson NSLS-II, BNL 2004 - - + CCRT+orblanco SOLEIL 2023 Adds <stdint.h> and <limits.h> */ - +#include <stdint.h> +#include <limits.h> // Intel compiler #ifndef __APPLE_CC__ #pragma warning (disable:193)