1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

core(lapack): fix build issues related to 'extern "C"'

This commit is contained in:
Alexander Alekhin
2018-01-24 14:53:04 +03:00
parent b97b650ab3
commit 81c5fae56f
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@
#ifdef HAVE_LAPACK
#include <complex.h>
#include "opencv_lapack.h"
#include <cmath>