We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1dc71 commit d922fa7Copy full SHA for d922fa7
include/dxc/Support/dxcapi.use.h
@@ -13,10 +13,10 @@
13
#define __DXCAPI_USE_H__
14
15
#include "dxc/dxcapi.h"
16
-#include <cstdlib> // for getenv
17
-#include <string>
18
-#include <filesystem> // C++17 and later
+#include <cstdlib> // for getenv
19
#include <dxc/Support/Global.h> // for hresult handling with DXC_FAILED
+#include <filesystem> // C++17 and later
+#include <string>
20
21
namespace dxc {
22
0 commit comments