blob: a367b9d5c5409b6ec2d9d8c3d14c0213213c1152 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- base/stringprintf_test.cpp.orig 2015-09-17 22:58:36 UTC
+++ base/stringprintf_test.cpp
@@ -18,6 +18,7 @@
#include <gtest/gtest.h>
+#include <errno.h>
#include <string>
TEST(StringPrintfTest, HexSizeT) {
|