mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 07:52:51 +02:00
- fix compilation of freetype-gl font system
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "texture-atlas.h"
|
#include "texture-atlas.h"
|
||||||
|
|
||||||
#define max(a,b) (a)>(b)?(a):(b)
|
#define max(a,b) (a)>(b)?(a):(b)
|
||||||
|
Reference in New Issue
Block a user