Skip to content

Commit bf48a10

Browse files
authored
Merge pull request #4194 from tautschnig/fix-include
Add missing include
2 parents 9b31039 + c82d881 commit bf48a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/sharing_map.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Author: Daniel Poetzl
1919
#include <functional>
2020
#include <map>
2121
#include <memory>
22+
#include <set>
2223
#include <stack>
2324
#include <stdexcept>
2425
#include <string>

0 commit comments

Comments
 (0)