Skip to content

Commit

Permalink
add missing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Mar 15, 2024
1 parent dd9bf32 commit 02148db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QP_solver/test/QP_solver/master_mps_to_derivatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
#include <CGAL/QP_models.h>
#include <CGAL/QP_functions.h>

#ifdef CGAL_USE_BOOST_MP
#include <CGAL/boost_mp.h>
#endif
//Currently already included in boost_mp.h
//#ifdef CGAL_USE_BOOST_MP
//# include <boost/multiprecision/cpp_int.hpp>
Expand Down

0 comments on commit 02148db

Please sign in to comment.