diff options
author | inmarket <inmarket@ugfx.org> | 2016-10-01 18:11:41 +1000 |
---|---|---|
committer | inmarket <inmarket@ugfx.org> | 2016-10-01 18:11:41 +1000 |
commit | a5f27d61c6c410231935c7ed400f4710798c870d (patch) | |
tree | 5975ef2b28b0c5f9f97106c0d8603d26832e323c | |
parent | 0d1741a52e48fff3a2f8265851e4aab6fe6d6189 (diff) | |
download | uGFX-a5f27d61c6c410231935c7ed400f4710798c870d.tar.gz uGFX-a5f27d61c6c410231935c7ed400f4710798c870d.tar.bz2 uGFX-a5f27d61c6c410231935c7ed400f4710798c870d.zip |
Add the math header files when using FASTTRIG
-rw-r--r-- | src/gmisc/gmisc.h | 2 |
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[]; /** |