added missing requirements

This commit is contained in:
Falko Victor Habel 2025-04-22 17:06:24 +02:00
parent 64596eaf46
commit e230128be0
1 changed files with 3 additions and 1 deletions

View File

@ -70,6 +70,8 @@
"xutility": "cpp", "xutility": "cpp",
"fstream": "cpp", "fstream": "cpp",
"iostream": "cpp", "iostream": "cpp",
"codecvt": "cpp" "codecvt": "cpp",
"map": "cpp",
"xtree": "cpp"
} }
} }