mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- include proper headers for std::find.
This commit is contained in:
parent
2ce55e5416
commit
663b305eec
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <zlib.h>
|
||||
#include <new>
|
||||
#include <algorithm>
|
||||
#include <forward_list>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <cassert>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "templates.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue