Skip to content

Commit c05943b

Browse files
committed
fix pywrapper, again
1 parent 0e86465 commit c05943b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

SU2_PY/pySU2/pySU2.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ threads="1"
4646
%}
4747

4848
// ----------- USED MODULES ------------
49+
%import "../../Common/include/basic_types/datatype_structure.hpp"
4950
%import "../../Common/include/mpi_structure.hpp"
5051
%include "std_string.i"
5152
%include "std_vector.i"

SU2_PY/pySU2/pySU2ad.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ threads="1"
4646
%}
4747

4848
// ----------- USED MODULES ------------
49+
%import "../../Common/include/basic_types/datatype_structure.hpp"
4950
%import "../../Common/include/mpi_structure.hpp"
5051
%include "std_string.i"
5152
%include "std_vector.i"

0 commit comments

Comments
 (0)