Skip to content

Commit

Permalink
fix: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 1, 2024
1 parent 361cecc commit f2bf194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/legacy/engine/EngineManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#include "engine/EngineOwnData.h"
#include "engine/GlobalShareData.h"
#include "ll/api/utils/StringUtils.h"
#if defined(LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS)
#include "legacy/main/NodeJsHelper.h"
#endif


#include <map>
#include <mutex>
Expand Down

0 comments on commit f2bf194

Please sign in to comment.