projects
/
movit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a1cff
)
<sys/time.h> is needed for gettimeofday.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 1 Oct 2012 23:28:16 +0000
(
01:28
+0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 1 Oct 2012 23:28:16 +0000
(
01:28
+0200)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index
93f8c0c
..
8389cad
100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-8,6
+8,7
@@
#include <string.h>
#include <math.h>
#include <time.h>
+#include <sys/time.h>
#include <assert.h>
#include <string>