Skip to content

Commit

Permalink
Add missing forward decl
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Dec 31, 2024
1 parent 8775370 commit 034063a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trajopt_optimizers/trajopt_sqp/include/trajopt_sqp/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ class IfoptQPProblem;
// trajopt_qp_problem.h
class TrajOptQPProblem;

// trust_region_sqp_solver.h
class TrustRegionSQPSolver;

// callbacks
class SQPCallback;
class CartesianErrorPlottingCallback;
Expand Down

0 comments on commit 034063a

Please sign in to comment.