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>bb10
parent
be46e8f335
commit
7e7f296e97
|
|
@ -4,6 +4,8 @@
|
|||
#ifndef CBORDEVICE_H
|
||||
#define CBORDEVICE_H
|
||||
|
||||
#include <QtCore/qtypes.h>
|
||||
|
||||
#include <memory>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue