diff --git a/Examples/lua/owner/example.cxx b/Examples/lua/owner/example.cxx index c2c073d79..a4dcc68a1 100644 --- a/Examples/lua/owner/example.cxx +++ b/Examples/lua/owner/example.cxx @@ -3,7 +3,9 @@ #include "example.h" #include +#ifndef M_PI #define M_PI 3.14159265358979323846 +#endif /* Move the shape to a new location */ void Shape::move(double dx, double dy) {