Skip to content

Commit

Permalink
Add missing <string> for std::string
Browse files Browse the repository at this point in the history
  • Loading branch information
akrieger committed Jul 24, 2024
1 parent e4519e0 commit 9301cea
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 9301cea

Please sign in to comment.