Skip to content

Commit 9d5d907

Browse files
committed
fixup! Allow extra entry-points to be specified for CI lazy loading
1 parent 2060b34 commit 9d5d907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/java_bytecode/java_utils.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Author: Daniel Kroening, [email protected]
1717
#include <util/std_types.h>
1818
#include <util/string_utils.h>
1919

20+
#include <set>
21+
2022
bool java_is_array_type(const typet &type)
2123
{
2224
if(type.id()!=ID_struct)

0 commit comments

Comments
 (0)