fix math_function compile

revert-14324-fix_vlog
dzhwinter 7 years ago
parent cfbf1ba305
commit a94d4f51a8

@ -19,6 +19,10 @@ limitations under the License. */
#ifdef PADDLE_USE_OPENBLAS
#include <cblas.h>
// remove typedef in openblas
#undef FLOAT
#undef INT
#undef SIZE
#endif
#include <cmath>

Loading…
Cancel
Save