Skip to content

Commit b684388

Browse files
committed
fix include
1 parent 0b489e1 commit b684388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Access/Credentials.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include "config.h"
1010

11+
#include <set>
12+
1113
namespace DB
1214
{
1315

src/Access/MultipleAccessStorage.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <boost/range/algorithm/copy.hpp>
1010
#include <boost/range/algorithm/find.hpp>
1111

12-
#include <iostream>
13-
1412

1513
namespace DB
1614
{

0 commit comments

Comments
 (0)