Fix sse-simd.cpp for 32-bit MSVC compiles

This commit is contained in:
Jeffrey Walton 2017-11-17 00:17:46 -05:00
parent 7f7131dc55
commit 3ed6ed39fa
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -8,6 +8,7 @@
#include "pch.h"
#include "config.h"
#include "cpu.h"
#ifdef CRYPTOPP_GNU_STYLE_INLINE_ASSEMBLY
# include <signal.h>