From d96136f23d696b0600bca8812c47acb4fb22f2fb Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 31 Jan 2025 22:01:06 -0500 Subject: [PATCH] cstdbool header is deprecated and no longer needed with recent compilers --- src/PTM/ptm_functions.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PTM/ptm_functions.h b/src/PTM/ptm_functions.h index b521b8d323..05218f0f62 100644 --- a/src/PTM/ptm_functions.h +++ b/src/PTM/ptm_functions.h @@ -10,7 +10,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI #ifndef PTM_FUNCTIONS_H #define PTM_FUNCTIONS_H -#include #include #include