From: nicksbyman Date: Tue, 25 Jul 2017 20:04:17 +0000 (-0700) Subject: add import to main in logging example X-Git-Tag: v2017.07.31.00~34 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=9fc87c83d93f092859823ec32289ed1b6abeb683 add import to main in logging example Summary: Closes https://github.com/facebook/folly/pull/642 Reviewed By: Orvid Differential Revision: D5471368 Pulled By: yfeldblum fbshipit-source-id: 3bbafd04b93828121ba829027959b6b3e0e55888 --- diff --git a/folly/experimental/logging/example/main.cpp b/folly/experimental/logging/example/main.cpp index 14d08836..be4ba77a 100644 --- a/folly/experimental/logging/example/main.cpp +++ b/folly/experimental/logging/example/main.cpp @@ -16,6 +16,7 @@ #include #include #include +#include #include