Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 1a20909f0c3f04aa27d71a6a9fb6bd679024261e..f01c10044e9815d02c861075058e399b5a4356a7 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -129,6 +129,7 @@ const int kShortSize = sizeof(short); // NOLINT |
const int kIntSize = sizeof(int); // NOLINT |
const int kInt32Size = sizeof(int32_t); // NOLINT |
const int kInt64Size = sizeof(int64_t); // NOLINT |
+const int kFloatSize = sizeof(float); // NOLINT |
const int kDoubleSize = sizeof(double); // NOLINT |
const int kIntptrSize = sizeof(intptr_t); // NOLINT |
const int kPointerSize = sizeof(void*); // NOLINT |