mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
[pico] Add missing header inclusion
This commit is contained in:
parent
d3d00345c5
commit
e1eeefac58
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ extern "C"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "picomodel.h"
|
#include "picomodel.h"
|
||||||
|
|
Loading…
Reference in a new issue