Attempt to fix compilation error with msvc2013

This commit is contained in:
Sergey Sharybin 2014-03-21 16:06:30 +06:00
parent 3411146984
commit 356ec42bda
2 changed files with 7 additions and 6 deletions

@ -1,3 +1,9 @@
commit d14a372dfe09c7339f267c4904a541fbe2efec43
Author: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Fri Mar 21 16:02:41 2014 +0600
Attempt to fix compilation error with msvc2013
commit 933531580b4dc4b65601d785cedc16506d615d7b commit 933531580b4dc4b65601d785cedc16506d615d7b
Author: Sergey Sharybin <sergey.vfx@gmail.com> Author: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Thu Mar 20 23:07:34 2014 +0600 Date: Thu Mar 20 23:07:34 2014 +0600
@ -664,9 +670,3 @@ Date: Thu Mar 14 14:53:42 2013 +0600
it happened to be behind the camera. it happened to be behind the camera.
- Cleaned style a bit. - Cleaned style a bit.
commit 8bee982972a0b5bded3555b60e0987af685f85bd
Author: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Fri May 10 13:27:21 2013 +0600
Left extra debugging print in reconstruction scale by accident.

@ -34,6 +34,7 @@
#include <assert.h> #include <assert.h>
#include <iomanip> #include <iomanip>
#include <string> #include <string>
#include <algorithm>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> // For _exit. # include <unistd.h> // For _exit.
#endif #endif