UWPDeviceFinder: Silence codecvt deprecation warning

This commit is contained in:
Jonas Kvinge 2024-09-26 01:06:15 +02:00
parent fa6ac4df41
commit 1ef50333a6

View File

@ -17,6 +17,8 @@
*
*/
#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
#include <utility>
#include <functional>
#include <string>