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 namespace dawn { Mutex::~Mutex() = default;