From 4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 26 Mar 2015 23:23:32 -0700 Subject: Include what we use. Change-Id: If510431d3d445de94f781b4fdec2e1b445f7c294 --- base/logging.cpp | 1 + base/strings.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/base/logging.cpp b/base/logging.cpp index 8bfb204..38ee2af 100644 --- a/base/logging.cpp +++ b/base/logging.cpp @@ -18,6 +18,7 @@ #include #include +#include #include #include #include diff --git a/base/strings.cpp b/base/strings.cpp index 5f7eccc..6f698d9 100644 --- a/base/strings.cpp +++ b/base/strings.cpp @@ -17,6 +17,7 @@ #include "base/strings.h" #include +#include #include #include -- cgit v1.1