commit | 9eaeedd54b8c2bc207360e9ef15d2d7675c972f4 | [log] [tgz] |
---|---|---|
author | Neil Roberts <nroberts@igalia.com> | Fri Oct 11 15:57:29 2019 +0200 |
committer | Neil Roberts <nroberts@igalia.com> | Sat Oct 12 09:43:18 2019 +0200 |
tree | f39595fb3ab5699aaba04469a1e9e7f3e8c5aaf4 | |
parent | 2098ae16c8b4e64d0694a28f74a461b69b98a336 [diff] |
nir/builtin: Add #include u_math.h to the header The inline functions use M_PI so they should include a header to make sure it is defined. Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>