mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
need limits.h
This commit is contained in:
parent
63dfd5e523
commit
ac8acaacd7
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
#include <math.h>
|
||||
#include <values.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "QF/bspfile.h"
|
||||
#include "QF/cmd.h"
|
||||
|
|
Loading…
Reference in a new issue