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