Skip to content

Commit 4656d03

Browse files
tautschnigromainbrenguier
authored andcommitted
Add missing <string> header for std::to_string
Fixes diffblue#532.
1 parent 2b0d12e commit 4656d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/prop/aig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Author: Daniel Kroening, [email protected]
88

99
#include <cassert>
1010
#include <ostream>
11-
11+
#include <string>
1212

1313
#include "aig.h"
1414

0 commit comments

Comments
 (0)