mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-14 10:20:19 +00:00
NFC: fix missing algorithm include in enumset file (#5334)
Caused issues with vs2017, required for std::min.
This commit is contained in:
parent
61221e7d62
commit
6c7e1acc5f
@ -12,6 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
|
Loading…
Reference in New Issue
Block a user