Skip to content

Commit ab4bbe0

Browse files
committed
nfc: fix includes on rebasing
1 parent 2d79cdc commit ab4bbe0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include "llvm/Support/Compiler.h"
1818
#include "llvm/Support/DXILABI.h"
19+
#include <limits>
1920
#include <variant>
2021

2122
namespace llvm {

llvm/unittests/Frontend/HLSLRootSignatureRangesTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "llvm/Frontend/HLSL/HLSLRootSignature.h"
9+
#include "llvm/Frontend/HLSL/HLSLRootSignatureUtils.h"
1010
#include "gtest/gtest.h"
1111

1212
using namespace llvm::hlsl::rootsig;

0 commit comments

Comments
 (0)