mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
bfe983d721
* [portaudio] Remove from baseline, fix CRT linkage and mark UWP as unsupported. portaudio was fixed by654adc64b3
* [chakracore] Remove passing case from baseline and add Supports. PASSING, REMOVE FROM FAIL LIST: chakracore:arm64-windows (.\scripts\ci.baseline.txt) * [gamma] Remove from baseline. PASSING, REMOVE FROM FAIL LIST: gamma:x64-linux (.\scripts\ci.baseline.txt) This was blocked by portaudio before. * [usrsctp] Remove baseline PASSING, REMOVE FROM FAIL LIST: usrsctp:arm-uwp (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: usrsctp:x64-uwp (.\scripts\ci.baseline.txt) Probably fixed by16b68c2f35
* [libopenmpt] Fix build on recent msvc by backporting deaf2e3837fb08b1a53fd21bb53adbafe0a84e7ddeaf2e3837
* [chakracore] Also needs dynamic universe.
14 lines
305 B
Diff
14 lines
305 B
Diff
diff --git a/common/mptUUID.h b/common/mptUUID.h
|
|
index a683fdcab..be7d4cb61 100644
|
|
--- a/common/mptUUID.h
|
|
+++ b/common/mptUUID.h
|
|
@@ -13,6 +13,8 @@
|
|
|
|
#include "Endianness.h"
|
|
|
|
+#include <stdexcept>
|
|
+
|
|
#if MPT_OS_WINDOWS
|
|
#if defined(MODPLUG_TRACKER) || !defined(NO_DMO)
|
|
#include <guiddef.h>
|