summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-08-27 22:31:52 +0300
committerAhmad Samir <a.samirh78@gmail.com>2023-09-01 01:30:35 +0300
commit7e7f296e971933e8b0e7031231cec6631ad804a6 (patch)
treeb354554e1591922645abe7d04c729be2cb95dae3 /src/tools/moc
parentbe46e8f3355accc128ab6007977d86a76c3d953f (diff)
QCBorDevice: add missing #include
For uchar. Otherwise static analyzers, e.g. clazy, complain about unknown types. Change-Id: Ie6a91f6e33eb9149b2d0188069edc2aa8f64a55b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/moc')
-rw-r--r--src/tools/moc/cbordevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/moc/cbordevice.h b/src/tools/moc/cbordevice.h
index f221968911..7668e4c0be 100644
--- a/src/tools/moc/cbordevice.h
+++ b/src/tools/moc/cbordevice.h
@@ -4,6 +4,8 @@
#ifndef CBORDEVICE_H
#define CBORDEVICE_H
+#include <QtCore/qtypes.h>
+
#include <memory>
#include <stdio.h>