Skip to content

Commit 5e5d210

Browse files
committed
add interface
1 parent 448947f commit 5e5d210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module stdlib_io
1212
use stdlib_error, only: error_stop, state_type, STDLIB_IO_ERROR
1313
use stdlib_optval, only: optval
1414
use stdlib_ascii, only: is_blank
15-
use stdlib_string_type, only : string_type
15+
use stdlib_string_type, only : string_type, assignment(=), move
1616
implicit none
1717
private
1818
! Public API

0 commit comments

Comments
 (0)