From 5db11bfa1d8e26bea4384dbc9303ac505ecf7889 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sat, 27 Jan 2024 16:15:22 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20switch=20to=20building=20whe?= =?UTF-8?q?els=20with=20clang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd43a50ed..912df6ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -275,4 +275,4 @@ environment = { MACOSX_DEPLOYMENT_TARGET = "10.15" } [tool.cibuildwheel.windows] before-build = "pip install delvewheel" repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}" -environment = { CMAKE_GENERATOR = "Ninja" } +environment = { CMAKE_ARGS = "-T ClangCL" } From 5020de2a2848481d7954e867de31d46ac4d5138c Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sat, 27 Jan 2024 16:16:17 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20add=20header=20directly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp b/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp index a755b30bb..812a04c31 100644 --- a/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp +++ b/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp @@ -1,6 +1,7 @@ #pragma once #include "dd/statistics/Statistics.hpp" +#include "nlohmann/json_fwd.hpp" #include