mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-20 08:31:11 +00:00
- fixed compilation with GCC 5
This commit is contained in:
parent
5a56f209d3
commit
9c23c0ac59
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
#ifndef VECTORS_H
|
||||
#define VECTORS_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cmath>
|
||||
|
||||
#include "templates.h"
|
||||
#include "doomdef.h"
|
||||
|
|
Loading…
Reference in a new issue