Skip to content

Commit 7567e74

Browse files
committed
Add missing include
Presumably files that included this previously happened to pull unordered_set before now.
1 parent 5d0eea2 commit 7567e74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/summaries/summary.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ It in particular comprises loop, function, and module summaries.
1616
#ifndef CPROVER_SUMMARIES_SUMMARY_H
1717
#define CPROVER_SUMMARIES_SUMMARY_H
1818

19+
#include <unordered_set>
20+
1921
#include <goto-programs/goto_model.h>
2022
#include <pointer-analysis/object_numbering.h>
2123
#include <taint-analysis/taint_token.h>

0 commit comments

Comments
 (0)