Skip to content

Commit 396adaf

Browse files
committed
Fix include statements in java_bytecode_instrument
1 parent 9749321 commit 396adaf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/java_bytecode/java_bytecode_instrument.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Date: June 2017
88
99
\*******************************************************************/
1010

11+
#include "java_bytecode_instrument.h"
12+
1113
#include <util/arith_tools.h>
1214
#include <util/fresh_symbol.h>
1315
#include <util/std_code.h>
@@ -18,7 +20,6 @@ Date: June 2017
1820
#include <goto-programs/goto_functions.h>
1921

2022
#include "java_bytecode_convert_class.h"
21-
#include "java_bytecode_instrument.h"
2223
#include "java_entry_point.h"
2324
#include "java_root_class.h"
2425
#include "java_types.h"

src/java_bytecode/java_bytecode_instrument.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Date: June 2017
1111
#ifndef CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_INSTRUMENT_H
1212
#define CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_INSTRUMENT_H
1313

14+
#include <util/symbol_table.h>
15+
#include <util/message.h>
16+
#include <util/irep.h>
17+
1418
void java_bytecode_instrument_symbol(
1519
symbol_table_baset &symbol_table,
1620
symbolt &symbol,

0 commit comments

Comments
 (0)