From: Neale Ranns Date: Mon, 12 Jun 2017 13:12:26 +0000 (-0700) Subject: Fix build breakge post 6956 X-Git-Tag: v17.07-rc1~54 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F7099%2F1;p=vpp.git Fix build breakge post 6956 Change-Id: I0ab0e3e40b00ed5c2a34f5c23d04b596c1e9aa5f Signed-off-by: Neale Ranns --- diff --git a/src/vppinfra/crc32.h b/src/vppinfra/crc32.h index 5a47236a2ba..bbfc41ccec9 100644 --- a/src/vppinfra/crc32.h +++ b/src/vppinfra/crc32.h @@ -16,6 +16,8 @@ #ifndef __included_crc32_h__ #define __included_crc32_h__ +#include + #if __SSE4_2__ #define clib_crc32c_uses_intrinsics #include