From 9fc87c83d93f092859823ec32289ed1b6abeb683 Mon Sep 17 00:00:00 2001 From: nicksbyman Date: Tue, 25 Jul 2017 13:04:17 -0700 Subject: [PATCH 1/1] 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 --- folly/experimental/logging/example/main.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1