Fix build breakge post 6956
[vpp.git] / src / vppinfra / crc32.h
index 5a47236..bbfc41c 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef __included_crc32_h__
 #define __included_crc32_h__
 
+#include <vppinfra/clib.h>
+
 #if __SSE4_2__
 #define clib_crc32c_uses_intrinsics
 #include <x86intrin.h>