Skip to content

Commit 5273dcd

Browse files
committed
fix: add missing include
1 parent f2bf194 commit 5273dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lse/PluginMigration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ constexpr auto PluginExtName = ".py";
3131
#ifdef LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS
3232

3333
#include "main/NodeJsHelper.h"
34+
#include "legacy/legacyapi/utils/FileHelper.h"
3435
constexpr auto PluginExtName = ".llplugin";
3536

3637
#endif

0 commit comments

Comments
 (0)