Skip to content

Commit 28ea484

Browse files
committed
Add missing include
Since a1c6e54 uses std::map, but the header was only provided through irep.h, which might not do so in case SUB_IS_LIST is in effect.
1 parent 9133f75 commit 28ea484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/format_expr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Author: Daniel Kroening, [email protected]
2727
#include "string2int.h"
2828
#include "string_utils.h"
2929

30+
#include <map>
3031
#include <ostream>
3132
#include <stack>
3233

0 commit comments

Comments
 (0)