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
*/
#pragma once
#include <stack>
#include <sstream>
#include <boost/shared_ptr.hpp>

View File

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

View File

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

View File

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

View File

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

View File

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