common: render_api: explicitly include stdint.h as we use intptr_t in the API

This commit is contained in:
Alibek Omarov
2025-11-11 06:22:43 +05:00
parent d366e04682
commit 65514b73fd

View File

@@ -16,6 +16,7 @@ GNU General Public License for more details.
#ifndef RENDER_API_H
#define RENDER_API_H
#include <stdint.h>
#include "lightstyle.h"
#include "dlight.h"