From 2c2ae5f9c6f49cd9e54eeebf0884a4947aaa740e Mon Sep 17 00:00:00 2001 From: BLANCO-GARCIA <oscar-roberto.blanco-garcia@synchrotron-soleil.fr> Date: Thu, 1 Jun 2023 17:03:26 +0200 Subject: [PATCH] adds limits.h from CCRT advise --- tracy/tracy/inc/tracy.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 tracy/tracy/inc/tracy.h diff --git a/tracy/tracy/inc/tracy.h b/tracy/tracy/inc/tracy.h old mode 100644 new mode 100755 index 2c3c14a..1a9b35e --- 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) -- GitLab