Skip to content

Commit

Permalink
Fix <Python.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorteren committed Apr 19, 2024
1 parent 21c28e5 commit a127cfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
#include "../include/SM_composition.h"
#include <algorithm>
#include <iomanip>
#if __has_include(<Python.h>)
#include <Python.h>
#endif

#include <cuddObj.hh>

string parseArguments(int argc, vector<string> args);
Expand Down

0 comments on commit a127cfa

Please sign in to comment.