Skip to content

Commit

Permalink
Merge pull request #75202 from akrieger/string_me_up_scotty
Browse files Browse the repository at this point in the history
Add missing <string> for std::string
  • Loading branch information
Maleclypse authored Jul 24, 2024
2 parents 02aa9a9 + 9301cea commit f50d357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/math_parser_diag.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <functional>
#include <map>
#include <string>
#include <string_view>
#include <vector>

Expand Down

0 comments on commit f50d357

Please sign in to comment.