commit | 12eb78e651f13f2c1f0c2c922048a5a213253adf | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Fri Jun 24 14:51:06 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Fri Jun 24 22:20:55 2011 -0700 |
tree | 491c6dd5cd1ce0121196b742286430a2ffd1a1d4 | |
parent | 008e41230a702ddb4c558fca95af5d84d56b51cb [diff] [blame] |
Add an instruction abstraction and visitor. Change-Id: I5dc935831471296b6db1affef6e7ddcdddc82dde
diff --git a/src/macros.h b/src/macros.h index 078628f..047a95e 100644 --- a/src/macros.h +++ b/src/macros.h
@@ -14,6 +14,8 @@ #ifndef ART_SRC_MACROS_H_ #define ART_SRC_MACROS_H_ +#include <stddef.h> // for size_t + // The COMPILE_ASSERT macro can be used to verify that a compile time // expression is true. For example, you could use it to verify the // size of a static array: