Skip to content

Commit 29b79ce

Browse files
committed
fix include
1 parent 56c547d commit 29b79ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gtsam/constrained/tests/constrainedExample.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818

1919
#pragma once
2020

21-
// #include <gtsam/constrained/ConstrainedOptProblem.h>
21+
#include <gtsam/constrained/ConstrainedOptProblem.h>
2222
#include <gtsam/nonlinear/expressions.h>
2323
#include <gtsam/slam/BetweenFactor.h>
24-
#include <gtsam/constrained/NonlinearEqualityConstraint.h>
25-
#include <gtsam/constrained/NonlinearInequalityConstraint.h>
2624

2725
namespace constrained_example {
2826

0 commit comments

Comments
 (0)