mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed compilation of POSIX targets
src/scripting/backend/vmbuilder.h:169:19: error: no member named 'function' in namespace 'std'
This commit is contained in:
parent
28db04b501
commit
e4c238b6c7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "dobject.h"
|
||||
#include "vmintern.h"
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
|
||||
class VMFunctionBuilder;
|
||||
class FxExpression;
|
||||
|
|
Loading…
Reference in a new issue