framebuffer: missing stdint include
This commit is contained in:
parent
d25b5c1392
commit
c55c0e21a9
@ -1,5 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace framebuffer {
|
namespace framebuffer {
|
||||||
|
|
||||||
constexpr inline int div32(int n)
|
constexpr inline int div32(int n)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user