mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
Made sure to include the <random> header file when compiling with visual studio
This commit is contained in:
parent
f05fb449b8
commit
b2100b83ad
@ -38,7 +38,7 @@ typedef unsigned __int64 uint64_t;
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#if __cplusplus > 199711
|
||||
#if __cplusplus > 199711 || EIGEN_COMP_MSVC >= 1900
|
||||
#include <random>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user