mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
2fb6cea457
add cinttypes
6 lines
154 B
C++
6 lines
154 B
C++
#ifndef SPROUT_MATH_OPERATIONS_HPP
|
|
#define SPROUT_MATH_OPERATIONS_HPP
|
|
|
|
#include <sprout/math/abs.hpp>
|
|
|
|
#endif // #ifndef SPROUT_MATH_OPERATIONS_HPP
|