include cstdint for SIZE_MAX (#86)

GCC 15 is removing cstdint from the C++ Standard Library.
This commit is contained in:
Chris Mayo
2024-11-27 22:07:28 +00:00
committed by GitHub
parent 2e3659c4bc
commit 07785b7576
29 changed files with 46 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
***************************************************************************/
#include<algorithm>
#include <cstdint>
#include "PartFrame.h"
#include "Part.h"