Skip to content
Snippets Groups Projects
Commit c7f599f6 authored by Bastien Gorissen's avatar Bastien Gorissen
Browse files

Don't include linearSystemGmm.h when HAVE_GMM is undefined.

parent 82948aef
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,11 @@ ...@@ -9,7 +9,11 @@
#include "dofManager.h" #include "dofManager.h"
#include "laplaceTerm.h" #include "laplaceTerm.h"
#include "linearSystemCSR.h" #include "linearSystemCSR.h"
#ifdef HAVE_GMM
#include "linearSystemGmm.h" #include "linearSystemGmm.h"
#endif
#include "linearSystemFull.h" #include "linearSystemFull.h"
#include "MTriangle.h" #include "MTriangle.h"
#include "robustPredicates.h" #include "robustPredicates.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment