From beff9a0f84ce1ebdd1eeb85caee55500320595a3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 25 Jan 2025 00:10:13 +0800 Subject: fix imports --- xmake/modules/core/tools/cl/parse_include.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/cl/parse_include.lua') diff --git a/xmake/modules/core/tools/cl/parse_include.lua b/xmake/modules/core/tools/cl/parse_include.lua index 009d6d1f5..700f9823f 100644 --- a/xmake/modules/core/tools/cl/parse_include.lua +++ b/xmake/modules/core/tools/cl/parse_include.lua @@ -24,7 +24,7 @@ import("core.base.hashset") import("core.tool.toolchain") import("core.cache.detectcache") import("lib.detect.find_tool") -import("core.tools.vstool") +import("private.tools.vstool") -- probe include note prefix from cl function probe_include_note_from_cl() -- cgit v1.3.1