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 896407b commit 643a9c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
*/

#include "common.h"
#ifdef CMS_LOCAL_BUILD
#include "python/cryptominisat/src/solvertypesmini.h"
#else
#include "cryptominisat5/solvertypesmini.h"
#endif
#include "src/arjun.h"
#include <limits>

Expand Down

0 comments on commit 643a9c9

Please sign in to comment.