From 38b8ccbb7dd9f7586733208517e5ff2bf03bf352 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Wed, 13 Apr 2016 00:17:59 +0000 Subject: [PATCH] Restored config.h header --- gtsam/base/Matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/base/Matrix.h b/gtsam/base/Matrix.h index 7b5ae7e52..9c6ff0bb4 100644 --- a/gtsam/base/Matrix.h +++ b/gtsam/base/Matrix.h @@ -23,8 +23,8 @@ #pragma once #include #include -#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V4 #include +#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V4 #include #include #include