cstdbool header is deprecated and no longer needed with recent compilers

This commit is contained in:
Axel Kohlmeyer
2025-01-31 22:01:06 -05:00
parent 21f77a9275
commit d96136f23d

View File

@ -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 <cstdbool>
#include <cstddef>
#include <cstdint>