Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index a5b43792011378a814e848538307e32c6ebd9167..d1efe1435d3a8872285de1fe2d56a77c32174392 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -113,6 +113,7 @@ const int kMaxUInt16 = (1 << 16) - 1; |
const int kMinUInt16 = 0; |
const uint32_t kMaxUInt32 = 0xFFFFFFFFu; |
+const int kMinUInt32 = 0; |
const int kCharSize = sizeof(char); // NOLINT |
const int kShortSize = sizeof(short); // NOLINT |