Skip to content

Commit

Permalink
Add missing include in case CUDA/GUI is not available (colmap#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes authored Nov 18, 2021
1 parent 1954ab4 commit 3578c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feature/sift.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <memory>

#include "FLANN/flann.hpp"
#include "GL/glew.h" // Needed if CUDA / GUI is not available.
#include "SiftGPU/SiftGPU.h"
#include "VLFeat/covdet.h"
#include "VLFeat/sift.h"
Expand Down

0 comments on commit 3578c3a

Please sign in to comment.