fix(UnitTest): fixes unit tests not compiling under windows (#21299)

This commit is contained in:
Patrick Müssig
2025-02-17 06:17:51 +01:00
committed by GitHub
parent e28384b059
commit f89a8e0b81
2 changed files with 14 additions and 2 deletions

View File

@@ -17,7 +17,8 @@
#ifndef Random_h__
#define Random_h__
#undef max
#undef min
#include "Define.h"
#include "Duration.h"
#include <limits>