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

pull/548/head
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
1 changed files with 1 additions and 0 deletions

View File

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