Skip to content

Commit fdfd959

Browse files
committed
libpisp: include <string> explicitly
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 <[email protected]>
1 parent e7974a1 commit fdfd959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libpisp/common/pisp_utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <cmath>
99
#include <cstdint>
1010
#include <map>
11+
#include <string>
1112

1213
#include "backend/pisp_be_config.h"
1314

0 commit comments

Comments
 (0)