From 3fed3c7cbb99bd783f5939560b3759f1ff3150a0 Mon Sep 17 00:00:00 2001 From: cbeall3 Date: Mon, 24 Nov 2014 17:54:50 -0500 Subject: [PATCH] match installed header location to source location --- gtsam/3rdparty/metis/metis.h | 13 +++++++++++++ gtsam/inference/MetisIndex.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gtsam/3rdparty/metis/metis.h diff --git a/gtsam/3rdparty/metis/metis.h b/gtsam/3rdparty/metis/metis.h new file mode 100644 index 000000000..a1ba08684 --- /dev/null +++ b/gtsam/3rdparty/metis/metis.h @@ -0,0 +1,13 @@ +/* + * metis.h + * Dummy header, not installed! + * Created on: Nov 24, 2014 + * Author: cbeall3 + */ + +#ifndef GTSAM_3RDPARTY_METIS_METIS_H_ +#define GTSAM_3RDPARTY_METIS_METIS_H_ + +#include + +#endif /* GTSAM_3RDPARTY_METIS_METIS_H_ */ diff --git a/gtsam/inference/MetisIndex.h b/gtsam/inference/MetisIndex.h index ff67a5e21..3eef4739c 100644 --- a/gtsam/inference/MetisIndex.h +++ b/gtsam/inference/MetisIndex.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include namespace gtsam {