projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bba787
)
Add math.h
release-0.2
author
Carl N Baldwin
<cnb@plane.localdomain>
Sun, 27 Nov 2005 01:50:41 +0000
(18:50 -0700)
committer
Carl N Baldwin
<cnb@plane.localdomain>
Sun, 27 Nov 2005 01:50:41 +0000
(18:50 -0700)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index d11237caffb67f544a12097c7cd30e1a840b6868..638f15f7441245e18474bb6507fe3c8911c791bc 100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-4,6
+4,7
@@
#include <algorithm>
#include <cassert>
#include <ctime>
+#include <math.h>
#include "filedata.hpp"