From 1c97d1270d7a4c72e9ec71fe64fedfcc222e7c47 Mon Sep 17 00:00:00 2001 From: Abhijit Kundu Date: Tue, 11 Nov 2014 17:14:51 -0500 Subject: [PATCH] Changing include order so as to OpenMP flags (if used) are defined before metis. This fixes a compilation error with testFindSeparator.cpp --- gtsam_unstable/partition/FindSeparator-inl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtsam_unstable/partition/FindSeparator-inl.h b/gtsam_unstable/partition/FindSeparator-inl.h index 849cf7a05..ace13dc41 100644 --- a/gtsam_unstable/partition/FindSeparator-inl.h +++ b/gtsam_unstable/partition/FindSeparator-inl.h @@ -17,12 +17,14 @@ #include #include +#include "FindSeparator.h" + extern "C" { #include #include "metislib.h" } -#include "FindSeparator.h" + namespace gtsam { namespace partition {