diff options
author | dan sinclair <dj2@everburning.com> | 2018-08-03 15:06:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 15:06:09 -0400 |
commit | eda2cfbe128e5b71e9a0131f816ade5186ad6420 (patch) | |
tree | 3342879b183f8cb6af3659033bd54fc2f3d7b921 /source/parsed_operand.h | |
parent | 2d9a325264e3fc81317acc0a68a098f0546c352d (diff) |
Cleanup includes. (#1795)
This Cl cleans up the include paths to be relative to the top level
directory. Various include-what-you-use fixes have been added.
Diffstat (limited to 'source/parsed_operand.h')
-rw-r--r-- | source/parsed_operand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/parsed_operand.h b/source/parsed_operand.h index 779677ef..bab86110 100644 --- a/source/parsed_operand.h +++ b/source/parsed_operand.h @@ -16,6 +16,7 @@ #define SOURCE_PARSED_OPERAND_H_ #include <ostream> + #include "spirv-tools/libspirv.h" namespace spvtools { |