framebuffer: missing stdint include

This commit is contained in:
Zack Buhman 2025-07-16 23:46:17 -05:00
parent d25b5c1392
commit c55c0e21a9

View File

@ -1,5 +1,7 @@
#pragma once
#include <stdint.h>
namespace framebuffer {
constexpr inline int div32(int n)