summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++/filesystem.h
blob: 254bfab52713e3b6b3b144b90d0a95b7ff6ff875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -------------------------------------------

  Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.

------------------------------------------- */

#ifndef __LIBCOMPILER_FS_H__
#define __LIBCOMPILER_FS_H__

namespace std {
class path;
class filesystem_error;
class directory_entry;
class directory_iterator;
}  // namespace std

#endif  // __LIBCOMPILER_FS_H__