Merge pull request #15905 from wopeizl/win/fix_eigen

fix build issue on windows for sample prop op
revert-15774-anakin_subgraph_engine
wopeizl 6 years ago committed by GitHub
commit 3ccd8964a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,7 @@ limitations under the License. */
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>
#define GLOG_NO_ABBREVIATED_SEVERITIES // msvc conflict logging with windows.h
#include "glog/logging.h" #include "glog/logging.h"
#include "paddle/fluid/platform/macros.h" #include "paddle/fluid/platform/macros.h"
#include "paddle/fluid/platform/port.h" #include "paddle/fluid/platform/port.h"

Loading…
Cancel
Save