From bb164f2cecc1f5c443973b83306155f148522c1d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 18 May 2013 05:18:31 +0000 Subject: [PATCH] fix win build --- Solver/linearSystemPETSc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index 5de035d364..b82aa17d17 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -43,6 +43,7 @@ #if defined(HAVE_PETSC) #ifndef SWIG #include "petsc.h" +#include "petscksp.h" #else typedef struct _p_Mat* Mat; typedef struct _p_Vec* Vec; -- GitLab