Skip to content

Commit

Permalink
add import <memory> to MultiPrecision.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhoen committed Dec 9, 2022
1 parent 8ff02aa commit 2fe2543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/papilo/misc/MultiPrecision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

#include "papilo/Config.hpp"

// work around build failure with boost on Fedora 37
#include <memory>
#include <boost/serialization/split_free.hpp>

#ifdef PAPILO_HAVE_FLOAT128
Expand Down

0 comments on commit 2fe2543

Please sign in to comment.