<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/512#discussion_r46623055">parse-osmium.cpp</a>:</p>
<pre style='color:#555'>> @@ -21,7 +21,10 @@
>  */
>  
>  #include <boost/format.hpp>
> -
> +#ifdef _WIN32
> +#    define NOMINMAX
> +#    include <WinSock2.h>
</pre>
<p>This was my mistake. A consistent, solution wide use of <code>WIN32_LEAN_AND_MEAN</code> takes care of this. The extra include isn't necessary.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/osm2pgsql/pull/512/files#r46623055">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AD2-7gSOwqnC3igu7qUKOPWjluX80VsDks5pMLoigaJpZM4GrFpA.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/openstreetmap/osm2pgsql/pull/512/files#r46623055"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>