Skip to content

Commit 80c4b38

Browse files
v-klochkovvladimirlaz
authored andcommitted
[SPIRV] Include <cctype> to fix error on Windows due to std::isspace usage
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 77fdb3f commit 80c4b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm-spirv/lib/SPIRV/libSPIRV/SPIRVStream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#include "SPIRVExtInst.h"
4545
#include "SPIRVModule.h"
4646
#include <algorithm>
47+
#include <cctype>
4748
#include <cstdint>
4849
#include <iostream>
4950
#include <iterator>

0 commit comments

Comments
 (0)