commit | 4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Mar 26 23:23:32 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Mar 26 23:23:43 2015 -0700 |
tree | cd7ca7504b7b57983c940aa9eb212f53d18763b6 | |
parent | 87378814a06f6fa2d22026cbcb2f54be4b65e6c6 [diff] [blame] |
Include what we use. Change-Id: If510431d3d445de94f781b4fdec2e1b445f7c294
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 <iostream> #include <limits> +#include <mutex> #include <sstream> #include <string> #include <vector>