From 0139e476d5cadb04f8f8047d52a4988e137b0372 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Mon, 23 Oct 2017 00:16:40 +0800 Subject: [PATCH] Fix issue 'cmath not included' Issue was present in some C++ compilers, as mentioned by @shane-evolve in issues/1. --- src/comfortable-swipe.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/comfortable-swipe.cpp b/src/comfortable-swipe.cpp index d383f9d..d0339ea 100644 --- a/src/comfortable-swipe.cpp +++ b/src/comfortable-swipe.cpp @@ -25,6 +25,7 @@ along with this program. If not, see . #include #include #include +#include #include #include #include