Skip to content

Commit 33fc938

Browse files
committed
ifx bugfix
1 parent de769ad commit 33fc938

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fpm_compile_commands.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
!># Store compiler commands in a `compile_commands.json` table
22
module fpm_compile_commands
3-
use fpm_toml, only: serializable_t, set_string, set_list, get_value, get_list, toml_table, add_table, &
3+
use fpm_toml, only: serializable_t, set_string, set_list, get_value, get_list, add_table, &
44
toml_array, add_array, toml_stat, len
5+
use tomlf, only: toml_table
56
use jonquil, only: json_serialize, json_ser_config
67
use fpm_strings, only: string_t, operator(==)
78
use fpm_error, only: error_t, syntax_error, fatal_error

0 commit comments

Comments
 (0)