include cstdint for SIZE_MAX (#86)
GCC 15 is removing cstdint from the C++ Standard Library.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include<algorithm>
|
||||
#include <cstdint>
|
||||
|
||||
#include "PartFrame.h"
|
||||
#include "Part.h"
|
||||
|
||||
Reference in New Issue
Block a user