diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-04 15:42:09 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:17:47 +0300 |
commit | 1cf89a6f8bda2de8e71d6140f7776505ed8704c5 (patch) | |
tree | b6ad44e6cf1db3e933cabf1966aa70d97d927d2d /contrib | |
parent | aaf0e20dd23241b3f5d612059d9f92ed8284ccf3 (diff) | |
download | ydb-1cf89a6f8bda2de8e71d6140f7776505ed8704c5.tar.gz |
Clarify wrl headers resolution
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/thread/src/win32/thread.cpp | 8 |
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 |