From 2bbc73b5e69c527a2b3a32da345685cb11fa650d Mon Sep 17 00:00:00 2001 From: Miae Kim Date: Tue, 23 Feb 2016 20:23:48 -0500 Subject: [PATCH] Resolve compile error for windows Resolve compile error for windows --- Chapter4_StructureFromMotion/Common.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Chapter4_StructureFromMotion/Common.cpp b/Chapter4_StructureFromMotion/Common.cpp index cddd5c4..12530b1 100755 --- a/Chapter4_StructureFromMotion/Common.cpp +++ b/Chapter4_StructureFromMotion/Common.cpp @@ -17,6 +17,8 @@ #ifndef WIN32 #include +#else +#include #endif using namespace std;