Skip to content

Commit 29dbae6

Browse files
author
Daniel Kroening
authored
Merge pull request #146 from tautschnig/missing-include
std::unique_ptr requires #include <memory>
2 parents b0f2b9a + b9cbd9a commit 29dbae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-programs/show_symbol_table.cpp

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

99
#include <iostream>
10+
#include <memory>
1011

1112
#include <util/language.h>
1213
#include <langapi/mode.h>

0 commit comments

Comments
 (0)