From e41c298ac6a6537339b905df43fcad2c14f9e2c8 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Fri, 20 Oct 2017 14:42:17 +0200 Subject: [PATCH] Minor doc fix and include fix for compilation with some compilers. --- modules/doc/install.rst | 2 +- modules/seq/alg/src/subst_weight_matrix.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/doc/install.rst b/modules/doc/install.rst index f91152e41..585dafe3c 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -151,7 +151,7 @@ can influence it. * Boost is mainly controlled via the `BOOST_ROOT` option. If boost wasn't found, it should be set to the prefix of the boost installation. If for some reason, it is desirable to use the non-multithreaded boost libraries, you can - switch `Boost_USE_MULTITHREADED` on (it is off by default). + switch `Boost_USE_MULTITHREADED` off (it is on by default). * `PYTHON_ROOT` is the Python equivalent of BOOST_ROOT. It should be set to the prefix path containing the python binary, headers and libraries. diff --git a/modules/seq/alg/src/subst_weight_matrix.cc b/modules/seq/alg/src/subst_weight_matrix.cc index d8102aa23..315b00f10 100644 --- a/modules/seq/alg/src/subst_weight_matrix.cc +++ b/modules/seq/alg/src/subst_weight_matrix.cc @@ -18,6 +18,7 @@ //------------------------------------------------------------------------------ #include "subst_weight_matrix.hh" +#include <ost/base.hh> #include <iostream> namespace{ -- GitLab