From: Carl N Baldwin <cnb@plane.localdomain>
Date: Sun, 27 Nov 2005 01:50:41 +0000 (-0700)
Subject: Add math.h
X-Git-Tag: release-0.4~12
X-Git-Url: http://git.pippins.net/%27%20.%20%24this-%3Ephpgw_js_url%20.%20%27/jscalendar/images/static/gitweb.js?a=commitdiff_plain;h=4d43b38a139fcc3ef784f7fe3cab00019f679b54;p=backups%2F.git

Add math.h
---

diff --git a/main.cpp b/main.cpp
index d11237c..638f15f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,6 +4,7 @@
 #include <algorithm>
 #include <cassert>
 #include <ctime>
+#include <math.h>
 
 #include "filedata.hpp"