mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 06:55:48 +00:00
add missing headers to pathfill.h
This commit is contained in:
parent
463190f528
commit
a5760dc52f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include "core/rect.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue