aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-03-22 11:40:13 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-03-22 10:43:37 +0000
commitfddc822d661acdcdf68ac73ca1baed3d1d5574f6 (patch)
treec2b3d1391f5d41513c790509930123992355bb51
parentffb87075e3c4ea4b0a2dd15321af8c1921e33164 (diff)
libshiboken: Add cstring header on bindingmanager
apparently a problem of unity builds. Amends e8095467f7d0332cc0987e7c541de9906e19fece. Task-number: PYSIDE-1564 Change-Id: Ia1be02b5c30641164e8d312821e8e5c45de3dcd8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--sources/shiboken6/libshiboken/bindingmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/libshiboken/bindingmanager.cpp b/sources/shiboken6/libshiboken/bindingmanager.cpp
index ed8b6743a..25eea4e78 100644
--- a/sources/shiboken6/libshiboken/bindingmanager.cpp
+++ b/sources/shiboken6/libshiboken/bindingmanager.cpp
@@ -13,6 +13,7 @@
#include "debugfreehook.h"
#include <cstddef>
+#include <cstring>
#include <fstream>
#include <mutex>
#include <unordered_map>