mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-22 19:31:17 +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
b33fd19fa2
commit
4edcb06a9d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
#include "dobject.h"
|
#include "dobject.h"
|
||||||
#include "vmintern.h"
|
#include "vmintern.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
class VMFunctionBuilder;
|
class VMFunctionBuilder;
|
||||||
class FxExpression;
|
class FxExpression;
|
||||||
|
|
Loading…
Reference in a new issue