diff options
author | Lei Zhang <antiagainst@google.com> | 2015-11-11 12:40:25 -0500 |
---|---|---|
committer | David Neto <dneto@google.com> | 2015-11-12 09:42:58 -0500 |
commit | 7a222e4abf61cc73fffee551391ebdbefad38e05 (patch) | |
tree | 4d1fae581159a3304db20c94a476c05686b442fc /source/binary.h | |
parent | 04736e7878d73073b1bbcd2980811a8490637b82 (diff) |
Move info table related structs into table.h.
Diffstat (limited to 'source/binary.h')
-rw-r--r-- | source/binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/binary.h b/source/binary.h index 889716fc..73af4604 100644 --- a/source/binary.h +++ b/source/binary.h @@ -28,7 +28,7 @@ #define LIBSPIRV_BINARY_H_ #include "libspirv/libspirv.h" - +#include "table.h" // TODO(dneto): Move spvBinaryParse and related type definitions to libspirv.h extern "C" { |