Add missing x86_amd.h to simd.h

This commit is contained in:
Charly Chevalier
2015-07-21 14:50:54 +02:00
parent adc3dbd4e2
commit a4b32af636

View File

@ -7,6 +7,7 @@ http://www.boost.org/LICENSE_1_0.txt)
*/
#include <boost/predef/hardware/simd/x86.h>
#include <boost/predef/hardware/simd/x86_amd.h>
#include <boost/predef/hardware/simd/arm.h>
#include <boost/predef/hardware/simd/ppc.h>