From ffceeed0ed46a8b53bd8f730fa7acc64dddbb89a Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Tue, 6 Feb 2024 19:09:00 +0100 Subject: [PATCH] mxstopwatch must include LIMITS.H for ULONG_MAX --- LEGO1/mxdirectx/mxstopwatch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/mxdirectx/mxstopwatch.h b/LEGO1/mxdirectx/mxstopwatch.h index 0630d2f6..5a86b283 100644 --- a/LEGO1/mxdirectx/mxstopwatch.h +++ b/LEGO1/mxdirectx/mxstopwatch.h @@ -3,6 +3,7 @@ #include "assert.h" +#include // ULONG_MAX #include #include