Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1164)

Unified Diff: third_party/hunspell/google/bdict_reader.h

Issue 1547213002: Switch to standard integer types in third_party/hunspell/google/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hunspell/google/bdict.cc ('k') | third_party/hunspell/google/bdict_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/google/bdict_reader.h
diff --git a/third_party/hunspell/google/bdict_reader.h b/third_party/hunspell/google/bdict_reader.h
index c0a889f6be2737f8fd2bb1c7a4a681cf50e3a7f2..51d956beee36b71c957d4dca198ac92c1a0f53bc 100644
--- a/third_party/hunspell/google/bdict_reader.h
+++ b/third_party/hunspell/google/bdict_reader.h
@@ -5,6 +5,8 @@
#ifndef THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_READER_H_
#define THIRD_PARTY_HUNSPELL_GOOGLE_BDICT_READER_H_
+#include <stddef.h>
+
#include <string>
#include <vector>
« no previous file with comments | « third_party/hunspell/google/bdict.cc ('k') | third_party/hunspell/google/bdict_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698