X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fbind.h;h=efd3267de5ceb17667e94ed351b114d447ebf368;hb=faa87bf9f30b943397429a04254d96963bbf38bc;hp=4d2968048d087760de846fd03c6bfbc62da35dfe;hpb=af928c503de3dbed4575bc26f0b2894a1d7b7eb7;p=lyx.git diff --git a/src/support/bind.h b/src/support/bind.h index 4d2968048d..efd3267de5 100644 --- a/src/support/bind.h +++ b/src/support/bind.h @@ -12,13 +12,9 @@ #ifndef LYX_BIND_H #define LYX_BIND_H -#ifdef LYX_USE_TR1 - -#include +#include "support/functional.h" -#ifdef __GNUC__ -#include -#endif +#ifdef LYX_USE_TR1 namespace lyx {