From 8cde9daab9a38c7c6ff4682904139c788b6dc64b Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Wed, 14 Mar 2012 08:54:01 +0100 Subject: [PATCH] testcase.h uses the Solver data type, include it. prevents compilation if the client doens't #inlcude solver otherwise. --- ext/testcase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/testcase.h b/ext/testcase.h index 0e56dd34..ffe21462 100644 --- a/ext/testcase.h +++ b/ext/testcase.h @@ -7,6 +7,7 @@ #include "pool.h" #include "repo.h" +#include "solver.h" #define TESTCASE_RESULT_TRANSACTION (1 << 0) #define TESTCASE_RESULT_PROBLEMS (1 << 1) -- 2.47.2