Add missing math.h include (for sqrt function)

Change-Id: Ia9cee8a941e31d71d3df6094b21d20a26f1b46f1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Jake Petroules 2017-09-22 13:19:36 -07:00
parent 12a382e3bc
commit b0ffb332f2
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@
#include <linux/input.h>
#endif
#include <math.h>
#if QT_CONFIG(mtdev)
extern "C" {
#include <mtdev.h>