From 2f15a471f912b8ef5bc11d215f8937a37da42b87 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 29 Feb 2024 13:49:55 +0300 Subject: [PATCH] Fix FTBFS with -no-stl On modern compilers placement new requires inclusion of Signed-off-by: Alexander Golubev --- src/tools/qucom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/qucom.cpp b/src/tools/qucom.cpp index 28d41387..372b1358 100644 --- a/src/tools/qucom.cpp +++ b/src/tools/qucom.cpp @@ -43,6 +43,8 @@ #include "ntqvariant.h" +#include + // Standard types // {DE56510E-4E9F-4b76-A3C2-D1E2EF42F1AC}