diff options
| author | Fumitoshi Ukai <fumitoshi.ukai@gmail.com> | 2015-06-25 00:10:52 +0900 |
|---|---|---|
| committer | Fumitoshi Ukai <fumitoshi.ukai@gmail.com> | 2015-06-25 11:37:49 +0900 |
| commit | 744bb2b8d146eaba4d073cf58e35a60903e06de8 (patch) | |
| tree | 15d5c79f4e62428b3c427d0ce15e0076a92139de /string_piece.cc | |
| parent | 44ae8cfdc153dd1a209b16453d5dbaa8b4f199d7 (diff) | |
go gettable for github.com/google/kati
Diffstat (limited to 'string_piece.cc')
| -rw-r--r-- | string_piece.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/string_piece.cc b/string_piece.cc index e5679b0..78de4ed 100644 --- a/string_piece.cc +++ b/string_piece.cc @@ -17,6 +17,8 @@ // found in the LICENSE file. // Copied from strings/stringpiece.cc with modifications +// +build ignore + #include <ctype.h> #include <limits.h> |
