diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2018-05-30 13:57:11 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2018-05-30 13:57:11 +1000 |
commit | 3677788973daca0bcfe164b5b74a67877d6b83e1 (patch) | |
tree | b050bd9872340dcbbedf70b9bcba26ddd40ec695 | |
parent | d5deb0bf992e06645983ed7e081e2646fc304b86 (diff) | |
download | scintilla-mirror-3677788973daca0bcfe164b5b74a67877d6b83e1.tar.gz |
Add header needed for floor.
-rw-r--r-- | src/PositionCache.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index 599a697db..ef26d236e 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -8,6 +8,7 @@ #include <cstddef> #include <cstdlib> #include <cstring> +#include <cmath> #include <stdexcept> #include <string> |