Skip to content

Commit

Permalink
Add missing math.h include (for sqrt function)
Browse files Browse the repository at this point in the history
Change-Id: Ia9cee8a941e31d71d3df6094b21d20a26f1b46f1
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
jakepetroules committed Sep 22, 2017
1 parent 12a382e commit b0ffb33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
#include <linux/input.h>
#endif

#include <math.h>

#if QT_CONFIG(mtdev)
extern "C" {
#include <mtdev.h>
Expand Down

0 comments on commit b0ffb33

Please sign in to comment.