summaryrefslogtreecommitdiff
path: root/source/binary.h
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2015-11-11 12:40:25 -0500
committerDavid Neto <dneto@google.com>2015-11-12 09:42:58 -0500
commit7a222e4abf61cc73fffee551391ebdbefad38e05 (patch)
tree4d1fae581159a3304db20c94a476c05686b442fc /source/binary.h
parent04736e7878d73073b1bbcd2980811a8490637b82 (diff)
Move info table related structs into table.h.
Diffstat (limited to 'source/binary.h')
-rw-r--r--source/binary.h2
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" {