Skip to content

Commit cb6a654

Browse files
authored
Add missing StringRef include (microsoft#5774)
This missing include is causing some downstream build failures.
1 parent fc05f49 commit cb6a654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/dxc/Support/HLSLVersion.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#ifndef LLVM_HLSL_HLSLVERSION_H
1313
#define LLVM_HLSL_HLSLVERSION_H
1414

15+
#include "llvm/ADT/StringRef.h"
16+
1517
namespace hlsl {
1618

1719
// This Updates to this enum must be reflected in HLSLOptions.td and Options.td

0 commit comments

Comments
 (0)