mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-18 23:52:02 +00:00
- make gcc14 happy
This commit is contained in:
parent
eba9036164
commit
d9f03863bf
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include "widgets/lineedit/lineedit.h"
|
||||
#include "core/utf8reader.h"
|
||||
#include "core/colorf.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <miniz.h>
|
||||
#include "resourcefile.h"
|
||||
#include "md5.hpp"
|
||||
|
|
Loading…
Reference in a new issue