From a3d42310c22051c1447a7d434c24f5046d69a97d Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Tue, 31 Jan 2023 10:02:27 +0100
Subject: [PATCH] Comment NOMINMAX away

---
 src/simulation.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/simulation.hpp b/src/simulation.hpp
index 5e7ab381..5d3401fc 100644
--- a/src/simulation.hpp
+++ b/src/simulation.hpp
@@ -1,7 +1,7 @@
 #ifndef ASIC_SIMULATION_HPP
 #define ASIC_SIMULATION_HPP
 
-#define NOMINMAX
+// #define NOMINMAX
 #include <pybind11/pybind11.h>
 
 namespace asic {
-- 
GitLab