Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
Summary: These files were relying on these transitively, but the upstream includes are going away, so the includes need to be made explicit.

Reviewed By: yfeldblum

Differential Revision: D4888861

fbshipit-source-id: 8b49be032a4b53ed2976a7178daeff25551741a7
  • Loading branch information
Orvid authored and facebook-github-bot committed Apr 14, 2017
1 parent d781a61 commit 7f5c7e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions SenderThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#pragma once
#include <folly/Conv.h>
#include <wdt/Sender.h>
#include <wdt/WdtThread.h>
#include <wdt/util/ClientSocket.h>
Expand Down
1 change: 1 addition & 0 deletions TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ cpp_unittest(
deps = [
":wdtlib",
":wdtlib4tests",
"@/folly:conv",
],
compiler_flags = wdt_compiler_flags,
)
Expand Down
1 change: 1 addition & 0 deletions test/FdTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <wdt/Wdt.h>

#include <folly/Conv.h>
#include <folly/Range.h>
#include <gflags/gflags.h>
#include <glog/logging.h>
Expand Down

0 comments on commit 7f5c7e3

Please sign in to comment.