vcpkg/ports/skia/add-cstdlib.patch
2024-01-19 12:40:34 -08:00

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;