Skip to content

Commit

Permalink
Fix for gcc6
Browse files Browse the repository at this point in the history
Cherry-pick: 4019439
  • Loading branch information
chenshuo committed Jan 20, 2017
1 parent 4dd20c1 commit 35e05e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion muduo/base/AsyncLogging.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
#include <muduo/base/CountDownLatch.h>
#include <muduo/base/Mutex.h>
#include <muduo/base/Thread.h>

#include <muduo/base/LogStream.h>

#include <vector>

namespace muduo
{

Expand Down
2 changes: 2 additions & 0 deletions muduo/base/tests/BoundedBlockingQueue_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <muduo/base/Thread.h>

#include <string>
#include <vector>

#include <stdio.h>

using std::placeholders::_1;
Expand Down

0 comments on commit 35e05e2

Please sign in to comment.