- fixed compilation with GCC 5

This commit is contained in:
alexey.lysiuk 2020-04-12 11:50:11 +03:00
parent 5a56f209d3
commit 9c23c0ac59
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#ifndef VECTORS_H
#define VECTORS_H
#include <cstddef>
#include <math.h>
#include <float.h>
#include <string.h>

View File

@ -33,6 +33,7 @@
*/
#include <stddef.h>
#include <cmath>
#include "templates.h"
#include "doomdef.h"