Skip to content

Commit 9a2ee99

Browse files
authored
Include <new> in Unicode.cpp (#8078)
Unicode.cpp references std::nothrow, but does not directly include new. We add the include to help with some internal tooling and compilation work flows.
1 parent e7346ac commit 9a2ee99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/DxcSupport/Unicode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "dxc/Support/Unicode.h"
1919
#include "dxc/Support/WinIncludes.h"
2020
#include <assert.h>
21+
#include <new>
2122
#include <string>
2223

2324
#ifndef _WIN32

0 commit comments

Comments
 (0)