mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:49:01 +08:00
13 lines
316 B
Diff
13 lines
316 B
Diff
diff --git a/src/dawn/common/Mutex.cpp b/src/dawn/common/Mutex.cpp
|
|
index b8b891f..84c47af 100644
|
|
--- a/src/dawn/common/Mutex.cpp
|
|
+++ b/src/dawn/common/Mutex.cpp
|
|
@@ -13,6 +13,7 @@
|
|
// limitations under the License.
|
|
|
|
#include "dawn/common/Mutex.h"
|
|
+#include <cstdlib>
|
|
|
|
namespace dawn {
|
|
Mutex::~Mutex() = default;
|