Fix FTBFS with -no-stl

On modern compilers placement new requires inclusion of <new>

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 2f15a471f9)
r14.1.x
Alexander Golubev 3 months ago committed by Slávek Banko
parent 7b575b58e5
commit 77927b79b7
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -43,6 +43,8 @@
#include "ntqvariant.h"
#include <new>
// Standard types
// {DE56510E-4E9F-4b76-A3C2-D1E2EF42F1AC}

Loading…
Cancel
Save