Skip to content

Commit 46c2380

Browse files
committed
Add missing <string> header for std::to_string
Fixes #532.
1 parent 6e94c41 commit 46c2380

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, kroening@kroening.com
88

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

1313
#include "aig.h"
1414

0 commit comments

Comments
 (0)