X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fbind.h;h=efd3267de5ceb17667e94ed351b114d447ebf368;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=6d3d83e9ad6ca4a1720454263ebc1485f6e02cff;hpb=5b916eb7c512fb76187e230aa5127a834e5663fa;p=lyx.git diff --git a/src/support/bind.h b/src/support/bind.h index 6d3d83e9ad..efd3267de5 100644 --- a/src/support/bind.h +++ b/src/support/bind.h @@ -12,9 +12,9 @@ #ifndef LYX_BIND_H #define LYX_BIND_H -#if defined(_MSC_VER) && (_MSC_VER >= 1600) +#include "support/functional.h" -#include +#ifdef LYX_USE_TR1 namespace lyx { @@ -26,7 +26,7 @@ namespace lyx #else -#include "boost/bind.hpp" +#include namespace lyx {