author | harlekin <harlekin> | 2002-08-01 00:42:55 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-08-01 00:42:55 (UTC) |
commit | 26ff0c72228b9c89b079dfa381d448b6152eb408 (patch) (side-by-side diff) | |
tree | 580c72ab759332a1fc3b3ae12fa26447090a682c /core/apps | |
parent | b2978cf32ae5e6954fb118c89c1f70ee05d53ef4 (diff) | |
download | opie-26ff0c72228b9c89b079dfa381d448b6152eb408.zip opie-26ff0c72228b9c89b079dfa381d448b6152eb408.tar.gz opie-26ff0c72228b9c89b079dfa381d448b6152eb408.tar.bz2 |
gcc3.X fixes
-rw-r--r-- | core/apps/calibrate/calibrate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/apps/calibrate/calibrate.cpp b/core/apps/calibrate/calibrate.cpp index 1f4fb1b..b9ad73d 100644 --- a/core/apps/calibrate/calibrate.cpp +++ b/core/apps/calibrate/calibrate.cpp @@ -18,6 +18,8 @@ ** **********************************************************************/ +#include <math.h> + #include "calibrate.h" #include <qpe/resource.h> |