From b32fde58fdc5302cd3b688b45539ad80913863dc Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 12 Jun 2017 06:12:26 -0700 Subject: Fix build breakge post 6956 Change-Id: I0ab0e3e40b00ed5c2a34f5c23d04b596c1e9aa5f Signed-off-by: Neale Ranns --- src/vppinfra/crc32.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg