Skip to content

Commit

Permalink
hl: Include data layout conversion header.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Nov 2, 2023
1 parent a548737 commit a92f3ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/vast/Dialect/HighLevel/Transforms/HLLowerTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ VAST_UNRELAX_WARNINGS
#include "vast/Util/Maybe.hpp"
#include "vast/Util/TypeUtils.hpp"

#include "vast/Conversion/TypeConverters/DataLayout.hpp"
#include "vast/Conversion/TypeConverters/HLToStd.hpp"
#include "vast/Conversion/TypeConverters/TypeConverter.hpp"

Expand Down
4 changes: 3 additions & 1 deletion lib/vast/Dialect/HighLevel/Transforms/LowerTypeDefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ VAST_UNRELAX_WARNINGS

#include "vast/Conversion/Common/Passes.hpp"
#include "vast/Conversion/Common/Patterns.hpp"
#include "vast/Conversion/Common/Rewriter.hpp"

#include "vast/Conversion/TypeConverters/DataLayout.hpp"

#include "vast/Util/Common.hpp"
#include "vast/Util/DialectConversion.hpp"
#include "vast/Util/TypeUtils.hpp"

#include "vast/Conversion/Common/Rewriter.hpp"

#include "vast/Dialect/HighLevel/HighLevelDialect.hpp"
#include "vast/Dialect/HighLevel/HighLevelOps.hpp"
Expand Down

0 comments on commit a92f3ce

Please sign in to comment.