Skip to content

Commit

Permalink
Allow python build
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 14, 2024
1 parent 4c47ed7 commit 896407b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/arjun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@

#include <utility>
#include <limits>

#ifdef CMS_LOCAL_BUILD
#include "sbva.h"
#else
#include <sbva/sbva.h>
#endif

#include "arjun.h"
#include "config.h"
Expand Down
4 changes: 4 additions & 0 deletions src/puura.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
#include <iomanip>
#include <random>

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

0 comments on commit 896407b

Please sign in to comment.