From: Neale Ranns Date: Mon, 12 Jun 2017 13:12:26 +0000 (-0700) Subject: Fix build breakge post 6956 X-Git-Tag: odp_vpp~11 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b32fde58fdc5302cd3b688b45539ad80913863dc;p=odp4vpp.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 5a47236a..bbfc41cc 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