- 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:
alexey.lysiuk 2018-11-18 12:37:07 +02:00
parent 28db04b501
commit e4c238b6c7
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "dobject.h"
#include "vmintern.h"
#include <vector>
#include <functional>
class VMFunctionBuilder;
class FxExpression;