summaryrefslogtreecommitdiffhomepage
path: root/include/LibC++/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/LibC++/filesystem.h')
-rw-r--r--include/LibC++/filesystem.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/LibC++/filesystem.h b/include/LibC++/filesystem.h
index af9fd79..91218e8 100644
--- a/include/LibC++/filesystem.h
+++ b/include/LibC++/filesystem.h
@@ -7,7 +7,8 @@
#ifndef __NECTAR_FS_H__
#define __NECTAR_FS_H__
-#include <LibC++/defines.h>
+#include <chrono>
+#include <defines>
namespace std {
class path;
@@ -16,4 +17,8 @@ class directory_entry;
class directory_iterator;
} // namespace std
-#endif // __NECTAR_FS_H__ \ No newline at end of file
+#ifndef __cpp_lib_filesystem
+#define __cpp_lib_filesystem 201703L
+#endif
+
+#endif // __NECTAR_FS_H__