Skip to content

Commit 4da4b1f

Browse files
author
Daniel Kroening
authored
Merge pull request #650 from thk123/bugfix/missing-include
Missing forward declaration
2 parents fee04d6 + 60d0782 commit 4da4b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-programs/show_symbol_table.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Author: Daniel Kroening, [email protected]
1111

1212
#include <util/ui_message.h>
1313

14+
class goto_modelt;
15+
1416
void show_symbol_table(
1517
const goto_modelt &,
1618
ui_message_handlert::uit ui);

0 commit comments

Comments
 (0)