Add missing math.h include (for sqrt function)
Change-Id: Ia9cee8a941e31d71d3df6094b21d20a26f1b46f1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
12a382e3bc
commit
b0ffb332f2
|
|
@ -55,6 +55,8 @@
|
|||
#include <linux/input.h>
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#if QT_CONFIG(mtdev)
|
||||
extern "C" {
|
||||
#include <mtdev.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue