mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:49:00 +08:00
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>
|