summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/stlheaders.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-05-05 17:13:25 +0200
committerArthur LAURENT <[email protected]>2025-05-09 15:56:33 +0200
commit5d6d36e0db45d90dfa7f0cdf2937d989de683833 (patch)
tree2d1fbb82ee8d38921af1863fd3ce968f7c5cea75 /xmake/rules/c++/modules/stlheaders.lua
parentd88bd9c5ace6c64981420569fb886f7c646135c0 (diff)
(C++ module support) improve jobgraph support
Diffstat (limited to 'xmake/rules/c++/modules/stlheaders.lua')
-rw-r--r--xmake/rules/c++/modules/stlheaders.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/stlheaders.lua b/xmake/rules/c++/modules/stlheaders.lua
index 9ba3cbfdf..b8fb1d247 100644
--- a/xmake/rules/c++/modules/stlheaders.lua
+++ b/xmake/rules/c++/modules/stlheaders.lua
@@ -23,6 +23,7 @@ import("core.base.hashset")
-- the stl headers list
function _stlheaders()
+
return {
"algorithm",
"forward_list",