From 8bdc43417d94d678bfcefae2739da945ddd93acf Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 26 Mar 2015 19:30:32 +0300 Subject: [PATCH] Include cmath for sin/cos --- examples/image.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/image.cc b/examples/image.cc index 9186785..105b42b 100644 --- a/examples/image.cc +++ b/examples/image.cc @@ -19,6 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. */ +#include #include #include