Skip to content

Commit

Permalink
Merge pull request #44 from kjgm/bugfix/export_tree_string
Browse files Browse the repository at this point in the history
bug fix (msvc) - include string in exportree
  • Loading branch information
yiquintero authored Oct 18, 2023
2 parents 747836f + cdba7f2 commit b851a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ _no_*
**/__pycache__/
*pymurtree_data/
**/*.cpython*
*.pyd
1 change: 1 addition & 0 deletions src/pymurtree/exporttree.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "solver_result.h"
#include <string>

class ExportTree {

Expand Down

0 comments on commit b851a7f

Please sign in to comment.