Skip to content

Commit f831e98

Browse files
Add missing forward decl
1 parent 8775370 commit f831e98

File tree

1 file changed

+3
-0
lines changed
  • trajopt_optimizers/trajopt_sqp/include/trajopt_sqp

1 file changed

+3
-0
lines changed

trajopt_optimizers/trajopt_sqp/include/trajopt_sqp/fwd.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class IfoptQPProblem;
3333
// trajopt_qp_problem.h
3434
class TrajOptQPProblem;
3535

36+
// trust_region_sqp_solver.h
37+
class TrustRegionSQPSolver;
38+
3639
// callbacks
3740
class SQPCallback;
3841
class CartesianErrorPlottingCallback;

0 commit comments

Comments
 (0)