Index: base/string_number_conversions.cc |
diff --git a/base/string_number_conversions.cc b/base/string_number_conversions.cc |
index 76158dee22d5c9c26369fd76fe0afa4f9ebc2e4d..b8947dada57e29c1e73b31d8891c2198a7d0e68c 100644 |
--- a/base/string_number_conversions.cc |
+++ b/base/string_number_conversions.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,6 +6,7 @@ |
#include <errno.h> |
#include <stdlib.h> |
+#include <wctype.h> |
tzik
2011/06/15 09:38:19
for iswspace()
|
#include <limits> |
@@ -531,4 +532,3 @@ bool HexStringToBytes(const std::string& input, std::vector<uint8>* output) { |
} |
} // namespace base |
- |