Fix missing include
commitb7163f9069d140db4a6013095ff81bc99380f14c
authorRoland Schulz <roland@utk.edu>
Wed, 22 Jul 2015 19:23:57 +0000 (22 15:23 -0400)
committerRoland Schulz <roland@rschulz.eu>
Fri, 7 Aug 2015 04:47:34 +0000 (7 06:47 +0200)
tree0d841f290f5afe56e1d450594118c747afb48ae4
parente87e65b50a07a923f43c6bc74121866ea44b793f
Fix missing include

simd_math.h needs gromacs/utility/real.h for the negative-zero
initializers. It is also used in the SIMD implementations for
SSE2, AVX and MIC, but there we have added it to the individual
files using it as part of the extended SIMD interface after
the split to separate files for simd/simd4/single/double.

Change-Id: Icf8def980d5805e03072e69090a0aa21230e719b
src/gromacs/simd/simd_math.h