Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Added missing 'std' includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
benh committed Jul 19, 2020
1 parent fc5eabd commit aa99da3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stout/grpc/client-call-base.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once

#include <functional>
#include <list>

#include "absl/base/call_once.h"

#include "absl/synchronization/mutex.h"
Expand Down
3 changes: 3 additions & 0 deletions stout/grpc/server-call-base.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once

#include <functional>
#include <list>

#include "absl/base/call_once.h"

#include "absl/synchronization/mutex.h"
Expand Down

0 comments on commit aa99da3

Please sign in to comment.