Skip to content

Commit

Permalink
Add cassert include to Chebyshev2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored and ProfFan committed Jan 11, 2025
1 parent 60365b7 commit 95a82bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtsam/basis/Chebyshev2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include <gtsam/basis/Chebyshev2.h>
#include <cassert>

namespace gtsam {

Expand Down

0 comments on commit 95a82bf

Please sign in to comment.