Index: util/numeric/int128.h |
diff --git a/util/numeric/int128.h b/util/numeric/int128.h |
index 7335e77514e2affd7e62ad9272726cda14ac1fc9..75b8b6a8db10fcb8d2ff4e8f2bde3acf801e40e0 100644 |
--- a/util/numeric/int128.h |
+++ b/util/numeric/int128.h |
@@ -17,6 +17,7 @@ |
#include <stdint.h> |
+#include "base/basictypes.h" |
#include "build/build_config.h" |
namespace crashpad { |
@@ -45,6 +46,8 @@ struct uint128_struct { |
#endif |
}; |
+COMPILE_ASSERT(sizeof(uint128_struct) == 16, uint128_must_be_16_bytes); |
+ |
} // namespace crashpad |
#endif // CRASHPAD_UTIL_NUMERIC_INT128_H_ |