diff options
Diffstat (limited to 'xmake/rules/c++/modules/stlheaders.lua')
| -rw-r--r-- | xmake/rules/c++/modules/stlheaders.lua | 1 |
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", |
