From fdd1d54bc4c8c42174fd9ab03ed02dc274acb3f5 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Wed, 28 Sep 2022 14:03:14 +0200 Subject: [PATCH] Add missing include to syncqt/main.cpp I got build-time errors for memcpy() not being declared, that helpfully told me to #include to get it. Change-Id: I6ae9e881e5accf496e9c3694ca43701972d64722 Reviewed-by: Alexandru Croitor Reviewed-by: Alexey Edelev --- src/tools/syncqt/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/syncqt/main.cpp b/src/tools/syncqt/main.cpp index 03a80ef9732..8a1692e5d4a 100644 --- a/src/tools/syncqt/main.cpp +++ b/src/tools/syncqt/main.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include