aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-10-07 12:50:39 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-10-07 13:21:54 +0300
commit63f67780de6ac771c194793c8848ab509fad6579 (patch)
treea7f5b5f178ff4020543e611ca8b129e9afb91886 /contrib
parent90a597111f17a27d88c309936517627ea8083acc (diff)
downloadydb-63f67780de6ac771c194793c8848ab509fad6579.tar.gz
Forward declare filesystem::path in stlfwd
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/stlfwd6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/stlfwd b/contrib/libs/cxxsupp/libcxx/include/stlfwd
index adad6790dcc..39e19f5e74d 100644
--- a/contrib/libs/cxxsupp/libcxx/include/stlfwd
+++ b/contrib/libs/cxxsupp/libcxx/include/stlfwd
@@ -61,3 +61,9 @@ _LIBCPP_BEGIN_NAMESPACE_STD
_LIBCPP_END_NAMESPACE_STD
+_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM
+
+ class path;
+
+_LIBCPP_END_NAMESPACE_FILESYSTEM
+