Skip to content

Commit 7ededfc

Browse files
authored
Merge pull request #4684 from BrettSchiff/include_string
add #include <string> to source_lines.h to fix build errors on VS2019
2 parents ecb6efb + db60bf2 commit 7ededfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-instrument/source_lines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Author: Mark R. Tuttle
2222

2323
#include <map>
2424
#include <set>
25+
#include <string>
2526

2627
class source_locationt;
2728

0 commit comments

Comments
 (0)