add missing header guards under gtsam_unstable/

release/4.3a0
acxz 2022-02-21 11:56:12 -05:00
parent 6ae319e401
commit 6d1e7ebce4
6 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,8 @@
* @date Feb 3, 2010 * @date Feb 3, 2010
*/ */
#pragma once
#include <stack> #include <stack>
#include <sstream> #include <sstream>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>

View File

@ -17,6 +17,8 @@
* @date June 14, 2012 * @date June 14, 2012
*/ */
#pragma once
#include <gtsam/global_includes.h> #include <gtsam/global_includes.h>
#include <gtsam_unstable/dllexport.h> #include <gtsam_unstable/dllexport.h>
#include <string> #include <string>

View File

@ -17,6 +17,8 @@
* @date 2/11/16 * @date 2/11/16
*/ */
#pragma once
#include <gtsam_unstable/linear/InfeasibleInitialValues.h> #include <gtsam_unstable/linear/InfeasibleInitialValues.h>
/******************************************************************************/ /******************************************************************************/

View File

@ -17,6 +17,8 @@
* @date 6/16/16 * @date 6/16/16
*/ */
#pragma once
#include <gtsam_unstable/linear/LP.h> #include <gtsam_unstable/linear/LP.h>
#include <gtsam_unstable/linear/ActiveSetSolver.h> #include <gtsam_unstable/linear/ActiveSetSolver.h>
#include <gtsam_unstable/linear/LPInitSolver.h> #include <gtsam_unstable/linear/LPInitSolver.h>

View File

@ -17,6 +17,8 @@
* @date 6/16/16 * @date 6/16/16
*/ */
#pragma once
#include <gtsam_unstable/linear/QP.h> #include <gtsam_unstable/linear/QP.h>
#include <gtsam_unstable/linear/ActiveSetSolver.h> #include <gtsam_unstable/linear/ActiveSetSolver.h>
#include <gtsam_unstable/linear/QPInitSolver.h> #include <gtsam_unstable/linear/QPInitSolver.h>

View File

@ -6,6 +6,8 @@
* Description: find the separator of bisectioning for a given graph * Description: find the separator of bisectioning for a given graph
*/ */
#pragma once
#include <map> #include <map>
#include <vector> #include <vector>
#include <boost/optional.hpp> #include <boost/optional.hpp>