From d4cd3c07962c8f8b8c1199ee941fb0c2bc875033 Mon Sep 17 00:00:00 2001 From: quentinll Date: Mon, 6 May 2024 11:17:13 +0200 Subject: [PATCH] include cassert in fwd.hpp --- include/proxsuite/fwd.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/proxsuite/fwd.hpp b/include/proxsuite/fwd.hpp index 16711d3ab..c9eb0794a 100644 --- a/include/proxsuite/fwd.hpp +++ b/include/proxsuite/fwd.hpp @@ -29,6 +29,7 @@ #endif #include +#include #ifdef PROXSUITE_EIGEN_CHECK_MALLOC #ifdef EIGEN_RUNTIME_NO_MALLOC_WAS_NOT_DEFINED