Skip to content

Commit

Permalink
libpisp: include <string> explicitly
Browse files Browse the repository at this point in the history
The pisp_utils references std::string without directly pulling in
the <string> header.

Bring in the include explicitly to prevent compiler warnings.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
  • Loading branch information
kbingham committed Feb 19, 2025
1 parent e7974a1 commit fdfd959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libpisp/common/pisp_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <cmath>
#include <cstdint>
#include <map>
#include <string>

#include "backend/pisp_be_config.h"

Expand Down

0 comments on commit fdfd959

Please sign in to comment.