diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-08 14:52:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-08 14:52:59 +0100 |
| commit | 1dcf80cae33dc75a50f10714f2d65fd9bd04a060 (patch) | |
| tree | 63edf5b1c75da7e8b294c398030537f60f4fae84 /dev/LibC++/filesystem.h | |
| parent | 51aa22c757f7e632d805645d04020c70b2110ca9 (diff) | |
WIP: Improvements of the PEF linker in progress.
Diffstat (limited to 'dev/LibC++/filesystem.h')
| -rw-r--r-- | dev/LibC++/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h index 5923bec..22aa2e0 100644 --- a/dev/LibC++/filesystem.h +++ b/dev/LibC++/filesystem.h @@ -13,6 +13,6 @@ namespace std class filesystem_error; class directory_entry; class directory_iterator; -} +} // namespace std #endif // __TOOLCHAINKIT_FS_H__
\ No newline at end of file |
