Skip to content

Commit 3c5747d

Browse files
v-klochkovsvenvh
authored andcommitted
Add #include <cctype> required for std::isspace() used in SPIRVStream.h
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 128e4c5 commit 3c5747d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)