aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vppinfra/crc32.h2
1 files changed, 2 insertions, 0 deletions
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 <vppinfra/clib.h>
+
#if __SSE4_2__
#define clib_crc32c_uses_intrinsics
#include <x86intrin.h>