mirror of
https://github.com/nothings/stb.git
synced 2026-01-02 02:52:30 +00:00
Include math.h for ceil()
This commit is contained in:
@@ -88,6 +88,7 @@ void print_string(float x, float y, char *text, float r, float g, float b)
|
||||
#define INCLUDE_STB_EASY_FONT_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
struct {
|
||||
unsigned char advance;
|
||||
|
||||
Reference in New Issue
Block a user