aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-04 15:42:09 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:17:47 +0300
commit1cf89a6f8bda2de8e71d6140f7776505ed8704c5 (patch)
treeb6ad44e6cf1db3e933cabf1966aa70d97d927d2d /contrib
parentaaf0e20dd23241b3f5d612059d9f92ed8284ccf3 (diff)
downloadydb-1cf89a6f8bda2de8e71d6140f7776505ed8704c5.tar.gz
Clarify wrl headers resolution
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/thread/src/win32/thread.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/thread/src/win32/thread.cpp b/contrib/restricted/boost/thread/src/win32/thread.cpp
index 000ab8779d..45c2651fbf 100644
--- a/contrib/restricted/boost/thread/src/win32/thread.cpp
+++ b/contrib/restricted/boost/thread/src/win32/thread.cpp
@@ -34,10 +34,10 @@
#include <mutex>
#include <atomic>
#include <Activation.h>
-#include <wrl\client.h>
-#include <wrl\event.h>
-#include <wrl\wrappers\corewrappers.h>
-#include <wrl\ftm.h>
+#include <wrl/client.h>
+#include <wrl/event.h>
+#include <wrl/wrappers/corewrappers.h>
+#include <wrl/ftm.h>
#include <windows.system.threading.h>
#pragma comment(lib, "runtimeobject.lib")
#endif