summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-16 18:12:46 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-16 20:45:45 +0200
commit3d2904e9250493697f65ccf7d797978cb1260e4d (patch)
treec57afc9c2d58dce9505a3667a1d68b311391599a
parent537024eba6581e893ec706f84233c2de674b4cf4 (diff)
downloadliba2i-3d2904e9250493697f65ccf7d797978cb1260e4d.tar.gz
include/a2i/cast.h: Add missing #include
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--include/a2i/cast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/a2i/cast.h b/include/a2i/cast.h
index 52ef2e7..8de6ed4 100644
--- a/include/a2i/cast.h
+++ b/include/a2i/cast.h
@@ -6,6 +6,8 @@
#define INCLUDE_A2I_CAST_H_
+#include <assert.h> // IWYU pragma: keep
+
#include <a2i/typetraits.h>