mxstopwatch must include LIMITS.H for ULONG_MAX

This commit is contained in:
Anonymous Maarten 2024-02-06 19:09:00 +01:00
parent 981fe1a98b
commit ffceeed0ed

View File

@ -3,6 +3,7 @@
#include "assert.h"
#include <limits.h> // ULONG_MAX
#include <math.h>
#include <windows.h>