<p>In <a href="https://github.com/mlpack/mlpack/pull/657#discussion_r65107501">src/mlpack/methods/lsh/lsh_search_impl.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -8,6 +8,12 @@
&gt;  #define MLPACK_METHODS_NEIGHBOR_SEARCH_LSH_SEARCH_IMPL_HPP
&gt;  
&gt;  #include &lt;mlpack/core.hpp&gt;
&gt; +#include &lt;vector&gt; //TODO: included?
&gt; +#include &lt;queue&gt; //TODO: included?
</pre>
<p>Yep, these should already be included by prereqs.hpp, so you should be able to remove these. (If not, we should add them to prereqs.hpp).</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/657/files/2eb6163c90e8e19566784cf960d38d82691221e1#r65107501">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFN_nXcqYAj9pLMXBibuB3akqXx9uks5qG1p6gaJpZM4IpUVp">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFN1kzeDEJcPXj6FYuUT1eIoVACmyks5qG1p6gaJpZM4IpUVp.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/657/files/2eb6163c90e8e19566784cf960d38d82691221e1#r65107501"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>