diff options
Diffstat (limited to 'fxjs/cfxjse_runtimedata.cpp')
-rw-r--r-- | fxjs/cfxjse_runtimedata.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fxjs/cfxjse_runtimedata.cpp b/fxjs/cfxjse_runtimedata.cpp index 4f5cfbcbcb..b8df9ce0b3 100644 --- a/fxjs/cfxjse_runtimedata.cpp +++ b/fxjs/cfxjse_runtimedata.cpp @@ -6,6 +6,8 @@ #include "fxjs/cfxjse_runtimedata.h" +#include <utility> + #include "fxjs/cfxjse_isolatetracker.h" #include "fxjs/fxjs_v8.h" |