diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2024-02-29 13:49:55 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-03-04 14:25:04 +0100 |
commit | 77927b79b795124f98efc1b70fc78bcd293da339 (patch) | |
tree | 6fbc6856eff3ab743b5eaf1e9e906243d101d3f3 | |
parent | 7b575b58e5c8e9427dcd9f748244a0881451bf51 (diff) | |
download | tqt-77927b79b795124f98efc1b70fc78bcd293da339.tar.gz tqt-77927b79b795124f98efc1b70fc78bcd293da339.zip |
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 2f15a471f912b8ef5bc11d215f8937a37da42b87)
-rw-r--r-- | src/tools/qucom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/qucom.cpp b/src/tools/qucom.cpp index 28d41387f..372b1358a 100644 --- a/src/tools/qucom.cpp +++ b/src/tools/qucom.cpp @@ -43,6 +43,8 @@ #include "ntqvariant.h" +#include <new> + // Standard types // {DE56510E-4E9F-4b76-A3C2-D1E2EF42F1AC} |