[apps][ion] Add <math.h> header to ensure building with all compilaters

[ion] In makefile, force the PATCH_LEVEL to be length 7

Change-Id: I67a7bd873a247dd42d0d1e845912cc8b71330d9e
This commit is contained in:
Émilie Feral
2017-08-22 10:48:58 +02:00
parent 5f14bba390
commit 88aeabb8a1
5 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
#include "interactive_curve_view_range_delegate.h"
#include "interactive_curve_view_range.h"
#include <float.h>
#include <cmath>
#include <float.h>
#include <math.h>
namespace Shared {