aboutsummaryrefslogtreecommitdiffstats
path: root/include/core/SkMutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkMutex.h')
-rw-r--r--include/core/SkMutex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkMutex.h b/include/core/SkMutex.h
index 08b220c396..eb5e29b80a 100644
--- a/include/core/SkMutex.h
+++ b/include/core/SkMutex.h
@@ -11,11 +11,13 @@
// This file is not part of the public Skia API.
#include "SkTypes.h"
+// IWYU pragma: begin_exports
#if defined(SK_BUILD_FOR_WIN)
#include "../ports/SkMutex_win.h"
#else
#include "../ports/SkMutex_pthread.h"
#endif
+// IWYU pragma: end_exports
template <typename Lock>
class SkAutoTAcquire : SkNoncopyable {