blob: de3c17cb2ed7208bb43d10aa817146a25b6b788c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- base/stringprintf_test.cpp.orig 2015-08-12 23:28:08 UTC
+++ base/stringprintf_test.cpp
@@ -18,6 +18,7 @@
#include <gtest/gtest.h>
+#include <errno.h>
#include <string>
TEST(StringPrintfTest, HexSizeT) {
|