Fix MKL compile issue

release/4.3a0
cbeall3 2015-03-05 16:46:29 -05:00
parent 432a2e24cd
commit ee8c0959b3
1 changed files with 5 additions and 0 deletions

View File

@ -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>