/* -------------------------------------------
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__