MSVC defines std::greater<T> in <functional>
parent
e5bf7ef172
commit
522fc86225
|
@ -19,6 +19,10 @@
|
||||||
#if !defined(__MAXEXP_H)
|
#if !defined(__MAXEXP_H)
|
||||||
#define __MAXEXP_H
|
#define __MAXEXP_H
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
# include <functional>
|
||||||
|
#endif
|
||||||
|
|
||||||
MTS_NAMESPACE_BEGIN
|
MTS_NAMESPACE_BEGIN
|
||||||
|
|
||||||
class MaxExpDist {
|
class MaxExpDist {
|
||||||
|
|
Loading…
Reference in New Issue