You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-games/clanlib/files/clanlib-0.8.1-gcc12.patch

13 lines
294 B

https://bugs.gentoo.org/877301
--- a/Sources/API/Core/System/cl_assert.h
+++ b/Sources/API/Core/System/cl_assert.h
@@ -33,6 +33,8 @@
#ifndef header_cl_assert
#define header_cl_assert
+#include <cstddef>
+
#ifdef CL_API_DLL
#ifdef CL_CORE_EXPORT
#define CL_API_CORE __declspec(dllexport)