We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41afce commit 66f8c6dCopy full SHA for 66f8c6d
2 files changed
lib/DxilDia/DxcPixBase.h
@@ -1,6 +1,7 @@
1
#pragma once
2
3
#include "dxc/Support/WinIncludes.h"
4
+#include <stdexcept>
5
6
namespace dxil_debug_info
7
{
lib/Support/raw_ostream.cpp
@@ -28,6 +28,7 @@
28
#include <ios>
29
#include <sys/stat.h>
30
#include <system_error>
31
+#include <float.h> // HLSL Change: add for '_fpclass'
32
33
// <fcntl.h> may provide O_BINARY.
34
#if defined(HAVE_FCNTL_H)
0 commit comments