Skip to content

Commit

Permalink
add missing include <stdio.h> to lib/PoissonRecon/Geometry.h (colmap#888
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Fytch authored Jun 24, 2020
1 parent 19bf5b2 commit a9d9b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PoissonRecon/Geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ DAMAGE.
#include <math.h>
#include <vector>
#include <stdlib.h>
#include <stdio.h>
#include "Hash.h"

template<class Real>
Expand Down

0 comments on commit a9d9b87

Please sign in to comment.