diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -38,5 +38,13 @@ "<glm/gtx/transform.hpp>", "public" ] + }, + { + "symbol": [ + "std::__atomic_wait", + "private", + "<mutex>", + "public" + ] } ] |