<p>In <a href="https://github.com/mlpack/mlpack/pull/693#discussion_r67235116">src/mlpack/methods/neighbor_search/ns_model.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -13,12 +13,24 @@
&gt;  #include &lt;mlpack/core/tree/binary_space_tree.hpp&gt;
&gt;  #include &lt;mlpack/core/tree/cover_tree.hpp&gt;
&gt;  #include &lt;mlpack/core/tree/rectangle_tree.hpp&gt;
&gt; -
&gt; +#include &lt;boost/variant.hpp&gt;
</pre>
<p>I can see a note about this in boost's documentation: <a href="http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html#id19">[ref]</a><br>
"<strong>Other Packages</strong><br>
RedHat, Debian, and other distribution packagers supply Boost library packages, however you may need to adapt these instructions if you use third-party packages, because their creators usually choose to break Boost up into several packages, reorganize the directory structure of the Boost distribution, and/or rename the library binaries. If you have any trouble, we suggest using an official Boost distribution from SourceForge. "</p>

<p>I am not sure. But it looks like all partial packages depends on libboost-dev package, so they will finally include all headers files.<br>
For example:  libboost-program-options-dev    <em>--depends on--&gt;</em>   libbooost-dev</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/693/files/86a9852f19daf58e4ae5a3d3ca745deee43d8d16#r67235116">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFMMqKZG_qZk0ecEMSvbSh_fTkq7Gks5qMFqfgaJpZM4I0YA9">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFK3OyRJ27hgkaXi9y2h1s3dQ1pAhks5qMFqfgaJpZM4I0YA9.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/693/files/86a9852f19daf58e4ae5a3d3ca745deee43d8d16#r67235116"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>