From: Christopher Dykes Date: Fri, 23 Jun 2017 01:06:21 +0000 (-0700) Subject: Enable more auto-deps in Folly X-Git-Tag: v2017.06.26.00~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f4b7fc668fa11ba4ce68b53eb4f690b5ad924d5;p=folly.git Enable more auto-deps in Folly Summary: This enables auto-deps support in more places in Folly. It also fixes a couple of auto-deps declarations that were missing an `s`. Reviewed By: yfeldblum Differential Revision: D5289542 fbshipit-source-id: 7d34b29bcc172fb31f91f1ba880864e2d5869ffd --- diff --git a/folly/experimental/symbolizer/Dwarf.cpp b/folly/experimental/symbolizer/Dwarf.cpp index c34b89ba..b0ec5cb0 100644 --- a/folly/experimental/symbolizer/Dwarf.cpp +++ b/folly/experimental/symbolizer/Dwarf.cpp @@ -21,7 +21,7 @@ #if FOLLY_HAVE_LIBDWARF_DWARF_H #include #else -#include +#include // @manual #endif namespace folly {