Fix MKL compile issue
parent
432a2e24cd
commit
ee8c0959b3
|
@ -20,6 +20,11 @@
|
|||
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef MKL_BLAS
|
||||
#define MKL_BLAS MKL_DOMAIN_BLAS
|
||||
#endif
|
||||
|
||||
#include <gtsam/global_includes.h>
|
||||
#include <gtsam/3rdparty/Eigen/Eigen/Core>
|
||||
#include <iosfwd>
|
||||
|
|
Loading…
Reference in New Issue