Skip to content

Commit

Permalink
Fixing python build
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 14, 2024
1 parent 6ad3237 commit 784cdbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/puura.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
THE SOFTWARE.
*/

#include "cryptominisat5/cryptominisat.h"
#include <cstdint>
#include <vector>
#include <limits>
Expand All @@ -32,8 +31,10 @@

#ifdef CMS_LOCAL_BUILD
#include "sbva.h"
#include "cryptominisat.h"
#else
#include <sbva/sbva.h>
#include "cryptominisat5/cryptominisat.h"
#endif
#include "time_mem.h"
#include "puura.h"
Expand Down

0 comments on commit 784cdbf

Please sign in to comment.