From e590bc2d5a20e970547f6fddc28a4dd41fcf6b2c Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Tue, 19 Sep 2017 11:38:58 -0700 Subject: [PATCH] Fix include-what-you-use warning in common/file_util.cc. Add include for . Change-Id: I053fb2e6e36889e819703c601b2df8c6d313817f --- common/file_util.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/common/file_util.cc b/common/file_util.cc index 6dab146..6faa494 100644 --- a/common/file_util.cc +++ b/common/file_util.cc @@ -17,6 +17,7 @@ #include #include #include +#include namespace libwebm {