]> git.lyx.org Git - lyx.git/blobdiff - src/support/bind.h
Update my email and status.
[lyx.git] / src / support / bind.h
index 6d3d83e9ad6ca4a1720454263ebc1485f6e02cff..efd3267de5ceb17667e94ed351b114d447ebf368 100644 (file)
@@ -12,9 +12,9 @@
 #ifndef LYX_BIND_H
 #define LYX_BIND_H
 
-#if defined(_MSC_VER) && (_MSC_VER >= 1600)
+#include "support/functional.h"
 
-#include <functional>
+#ifdef LYX_USE_TR1
 
 namespace lyx
 {
@@ -26,7 +26,7 @@ namespace lyx
 
 #else
 
-#include "boost/bind.hpp"
+#include <boost/bind.hpp>
 
 namespace lyx
 {