Skip to content

Commit 15c89d9

Browse files
committed
pdn: minor formatting
Signed-off-by: Matt Liberty <[email protected]>
1 parent eca690c commit 15c89d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pdn/src/PdnGen-py.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ using namespace pdn;
4848
%include <std_array.i>
4949
%include <std_map.i>
5050
%include <std_set.i>
51+
%include <std_string.i>
5152

5253
%include typemaps.i
5354

5455
%import "odb.i"
5556
%clear int & x, int & y; // defined in dbtypes.i, must be cleared here.
56-
%include <std_string.i>
5757

5858
// These are needed to coax swig into sending or returning Python
5959
// lists, arrays, or sets (as appropriate) of opaque pointers. Note

0 commit comments

Comments
 (0)