aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmisc
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2016-10-01 18:11:41 +1000
committerinmarket <inmarket@ugfx.org>2016-10-01 18:11:41 +1000
commita5f27d61c6c410231935c7ed400f4710798c870d (patch)
tree5975ef2b28b0c5f9f97106c0d8603d26832e323c /src/gmisc
parent0d1741a52e48fff3a2f8265851e4aab6fe6d6189 (diff)
downloaduGFX-a5f27d61c6c410231935c7ed400f4710798c870d.tar.gz
uGFX-a5f27d61c6c410231935c7ed400f4710798c870d.tar.bz2
uGFX-a5f27d61c6c410231935c7ed400f4710798c870d.zip
Add the math header files when using FASTTRIG
Diffstat (limited to 'src/gmisc')
-rw-r--r--src/gmisc/gmisc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gmisc/gmisc.h b/src/gmisc/gmisc.h
index aa845261..c8b4c21f 100644
--- a/src/gmisc/gmisc.h
+++ b/src/gmisc/gmisc.h
@@ -134,6 +134,8 @@ extern "C" {
#endif
#if GMISC_NEED_FASTTRIG || defined(__DOXYGEN__)
+ #include <math.h>
+
extern const double sintabledouble[];
/**