nv2a/vk: Add missing math.h include

This commit is contained in:
Matt Borgerson 2024-08-02 11:14:12 -07:00 committed by mborgerson
parent d054b366f8
commit e5be3f2714
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include "renderer.h"
#include <math.h>
static uint8_t *convert_texture_data__CR8YB8CB8YA8(uint8_t *data_out,
const uint8_t *data_in,