diff options
author | Dan Albert | 2015-03-27 01:23:32 -0500 |
---|---|---|
committer | Dan Albert | 2015-03-27 01:23:43 -0500 |
commit | 4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c (patch) | |
tree | cd7ca7504b7b57983c940aa9eb212f53d18763b6 | |
parent | 87378814a06f6fa2d22026cbcb2f54be4b65e6c6 (diff) | |
download | platform-system-core-4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c.tar.gz platform-system-core-4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c.tar.xz platform-system-core-4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c.zip |
Include what we use.
Change-Id: If510431d3d445de94f781b4fdec2e1b445f7c294
-rw-r--r-- | base/logging.cpp | 1 | ||||
-rw-r--r-- | base/strings.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/base/logging.cpp b/base/logging.cpp index 8bfb20462..38ee2afd4 100644 --- a/base/logging.cpp +++ b/base/logging.cpp | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | #include <iostream> | 19 | #include <iostream> |
20 | #include <limits> | 20 | #include <limits> |
21 | #include <mutex> | ||
21 | #include <sstream> | 22 | #include <sstream> |
22 | #include <string> | 23 | #include <string> |
23 | #include <vector> | 24 | #include <vector> |
diff --git a/base/strings.cpp b/base/strings.cpp index 5f7eccc3f..6f698d9a7 100644 --- a/base/strings.cpp +++ b/base/strings.cpp | |||
@@ -17,6 +17,7 @@ | |||
17 | #include "base/strings.h" | 17 | #include "base/strings.h" |
18 | 18 | ||
19 | #include <stdlib.h> | 19 | #include <stdlib.h> |
20 | #include <string.h> | ||
20 | 21 | ||
21 | #include <string> | 22 | #include <string> |
22 | #include <vector> | 23 | #include <vector> |