Skip to content
Snippets Groups Projects
Commit e41c298a authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Minor doc fix and include fix for compilation with some compilers.

parent fbe7aa6e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -18,6 +18,7 @@
//------------------------------------------------------------------------------
#include "subst_weight_matrix.hh"
#include <ost/base.hh>
#include <iostream>
namespace{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment