Skip to content

Commit 50f7eb1

Browse files
committed
Include <algorithm> to provide std::max
1 parent b2e5c0d commit 50f7eb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-programs/remove_static_init_loops.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Author: Daniel Kroening, [email protected]
66
77
\*******************************************************************/
88

9+
#include <algorithm>
10+
911
#include <util/message.h>
1012
#include <util/suffix.h>
1113
#include <util/string2int.h>

0 commit comments

Comments
 (0)