This file uses std::current_exception, so it should
include <exception>
This commit is contained in:
Nathan Gauër 2023-03-23 16:12:54 +01:00 коммит произвёл GitHub
Родитель ef53fb0f0f
Коммит b96b69af98
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/raw_ostream.h"
#include <exception> // HLSL Change - add header.
#include <algorithm>
using namespace llvm;