Skip to content

Commit b52f78d

Browse files
author
flashpoint493
committed
fix(mcp): add missing include for FN2CMcpBlueprintUtils in AddFunctionEntryPinTool
- Add missing include for N2CMcpBlueprintUtils.h - Resolves compilation error C2653: FN2CMcpBlueprintUtils is not a class or namespace name - Resolves compilation error C3861: MarkBlueprintAsModifiedAndCompile identifier not found - Fixes dependency issue at line 180 preventing successful build
1 parent 5d91cae commit b52f78d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Private/MCP/Tools/Implementations/Blueprint/Functions/N2CMcpAddFunctionEntryPinTool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "MCP/Utils/N2CMcpArgumentParser.h"
55
#include "MCP/Utils/N2CMcpTypeResolver.h"
66
#include "MCP/Utils/N2CMcpFunctionPinUtils.h"
7+
#include "MCP/Utils/N2CMcpBlueprintUtils.h"
78
#include "MCP/Tools/N2CMcpToolRegistry.h"
89
#include "MCP/Tools/N2CMcpToolTypes.h"
910
#include "Core/N2CEditorIntegration.h"

0 commit comments

Comments
 (0)