Skip to content

Commit 2568e40

Browse files
Add missing include
This could prevent compilation in some compiler configurations.
1 parent 7537adc commit 2568e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jbmc/unit/java_bytecode/java_bytecode_convert_method/convert_method.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Author: Diffblue Limited.
1515
#include <java-testing-utils/load_java_class.h>
1616
#include <java-testing-utils/require_type.h>
1717

18+
#include <goto-programs/class_hierarchy.h>
1819
#include <java_bytecode/java_bytecode_convert_method_class.h>
1920
#include <java_bytecode/java_utils.h>
2021
#include <testing-utils/message.h>

0 commit comments

Comments
 (0)