Skip to content
Snippets Groups Projects
Commit 02e1cbeb authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Add another missing conditional directive for the definition of M_PIf

parent a80b4389
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,9 @@
#include <string>
#ifndef M_PIf
#define M_PIf (static_cast<float>(M_PI))
#endif
BOOST_AUTO_TEST_SUITE(MathTools)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment