mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-15 13:15:57 +08:00
Fic bug #819: include path of details.h
(grafted from 0f1e321dd4a1dec90f25aa248f77dca5e353f394 )
This commit is contained in:
parent
075b1168b4
commit
d132159ba3
@ -11,7 +11,7 @@
|
|||||||
#ifndef EIGEN_STDDEQUE_H
|
#ifndef EIGEN_STDDEQUE_H
|
||||||
#define EIGEN_STDDEQUE_H
|
#define EIGEN_STDDEQUE_H
|
||||||
|
|
||||||
#include "Eigen/src/StlSupport/details.h"
|
#include "details.h"
|
||||||
|
|
||||||
// Define the explicit instantiation (e.g. necessary for the Intel compiler)
|
// Define the explicit instantiation (e.g. necessary for the Intel compiler)
|
||||||
#if defined(__INTEL_COMPILER) || defined(__GNUC__)
|
#if defined(__INTEL_COMPILER) || defined(__GNUC__)
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#ifndef EIGEN_STDLIST_H
|
#ifndef EIGEN_STDLIST_H
|
||||||
#define EIGEN_STDLIST_H
|
#define EIGEN_STDLIST_H
|
||||||
|
|
||||||
#include "Eigen/src/StlSupport/details.h"
|
#include "details.h"
|
||||||
|
|
||||||
// Define the explicit instantiation (e.g. necessary for the Intel compiler)
|
// Define the explicit instantiation (e.g. necessary for the Intel compiler)
|
||||||
#if defined(__INTEL_COMPILER) || defined(__GNUC__)
|
#if defined(__INTEL_COMPILER) || defined(__GNUC__)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#ifndef EIGEN_STDVECTOR_H
|
#ifndef EIGEN_STDVECTOR_H
|
||||||
#define EIGEN_STDVECTOR_H
|
#define EIGEN_STDVECTOR_H
|
||||||
|
|
||||||
#include "Eigen/src/StlSupport/details.h"
|
#include "details.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This section contains a convenience MACRO which allows an easy specialization of
|
* This section contains a convenience MACRO which allows an easy specialization of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user