Skip to content

Commit

Permalink
Fixing OMP include when OMP not avaialble
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 16, 2016
1 parent bd0e6c0 commit 7c39703
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SfMToyLib/OFFeatureMatcher.cpp
Expand Up @@ -37,8 +37,11 @@

#ifdef __SFM__DEBUG__
#include <opencv2/highgui/highgui.hpp>
#include <omp.h>
#include <sstream>

#ifdef HAVE_OPENMP
#include <omp.h>
#endif
#endif

#include <set>
Expand Down

0 comments on commit 7c39703

Please sign in to comment.