Skip to content

Commit d33b4eb

Browse files
committed
Add system to cstdlib
1 parent 7fa6646 commit d33b4eb

File tree

1 file changed

+1
-0
lines changed
  • cpp/common/test/includes/standard-library

1 file changed

+1
-0
lines changed

cpp/common/test/includes/standard-library/cstdlib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ using ::strtold;
2222
using ::strtoll;
2323
using ::strtoul;
2424
using ::strtoull;
25+
using ::system;
2526
} // namespace std
2627
#endif // _GHLIBCPP_CSTDLIB

0 commit comments

Comments
 (0)