Skip to content

Commit

Permalink
[surface/3rdParty] Add stdlib header for malloc in poisson (bugfix fo…
Browse files Browse the repository at this point in the history
…r gcc-5) (#4376)
  • Loading branch information
kunaltyagi committed Sep 5, 2020
1 parent bb4be2e commit ff9adcf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ DAMAGE.
#include "factor.h"

#include <cstdio>
#include <cstdlib> // for malloc, needed by gcc-5
#include <cstring>

////////////////////////
Expand Down

0 comments on commit ff9adcf

Please sign in to comment.