Skip to content

Commit

Permalink
Add <iterator> to avoid transitive includes
Browse files Browse the repository at this point in the history
bug: 236834872
NO_SANITY_WORKFLOW=migration
Change-Id: I33bb95b6802f2616f18853a13bd4b0cdf6182cc2
  • Loading branch information
rhalstea authored and mint570 committed Nov 7, 2023
1 parent d6f08ad commit 255ab72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/dbconnector.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __DBCONNECTOR__
#define __DBCONNECTOR__

#include <iterator>
#include <string>
#include <vector>
#include <unordered_map>
Expand Down
1 change: 1 addition & 0 deletions common/redisapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <unistd.h>
#include <poll.h>
#include <cstring>
#include <iterator>
#include <stdexcept>
#include <vector>
#include <set>
Expand Down

0 comments on commit 255ab72

Please sign in to comment.