We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361cecc commit f2bf194Copy full SHA for f2bf194
src/legacy/engine/EngineManager.cpp
@@ -3,6 +3,10 @@
3
#include "engine/EngineOwnData.h"
4
#include "engine/GlobalShareData.h"
5
#include "ll/api/utils/StringUtils.h"
6
+#if defined(LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS)
7
+#include "legacy/main/NodeJsHelper.h"
8
+#endif
9
+
10
11
#include <map>
12
#include <mutex>
0 commit comments