From 79666d0374fd96a718357147d32519557c164a00 Mon Sep 17 00:00:00 2001 From: JAJHall Date: Sat, 25 May 2024 10:28:22 +0100 Subject: [PATCH] Added #include to TestQpSolver.cpp --- check/TestQpSolver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/check/TestQpSolver.cpp b/check/TestQpSolver.cpp index c07b504cce..df8b48033c 100644 --- a/check/TestQpSolver.cpp +++ b/check/TestQpSolver.cpp @@ -1,3 +1,4 @@ +#include #include #include "HCheckConfig.h"