Index: src/OFObject.h ================================================================== --- src/OFObject.h +++ src/OFObject.h @@ -13,10 +13,14 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "objfw-defs.h" + +#ifndef __STDC_LIMIT_MACROS +# define __STDC_LIMIT_MACROS +#endif #include #include #ifdef OF_OBJFW_RUNTIME