diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/math-imports.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compat/math-imports.hpp b/compat/math-imports.hpp index e4175b16..1aea3ce6 100644 --- a/compat/math-imports.hpp +++ b/compat/math-imports.hpp @@ -29,6 +29,11 @@ using std::tan; using std::round; using std::fmod; +using std::log; +using std::log2; +using std::log10; +using std::exp; + #include <cinttypes> using std::uintptr_t; |