Add missing include to make MSVC compile

This commit is contained in:
Matthies
2020-09-12 17:59:36 +02:00
committed by nodchip
parent 8d499e6efa
commit 50b4ff8354

View File

@@ -41,6 +41,7 @@ THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <array>
#include <limits>
#include <climits>
#include <optional>
#if (defined(_MSC_VER) || defined(__INTEL_COMPILER)) && !defined(__clang__)
#include <intrin.h>
@@ -7196,4 +7197,4 @@ namespace binpack
std::cout << "Finished. Converted " << numProcessedPositions << " positions.\n";
}
}
}