diff --git a/src/wrapped_facade_headers/msgpack.hpp b/src/wrapped_facade_headers/msgpack.hpp index cb52878..1c603c7 100644 --- a/src/wrapped_facade_headers/msgpack.hpp +++ b/src/wrapped_facade_headers/msgpack.hpp @@ -6,6 +6,12 @@ #ifdef CLP_FFI_PY_ENABLE_LINTING // Inform IWYU of the headers that we use that are exported by msgpack.hpp // IWYU pragma: begin_exports +#include +#include +#include "msgpack/v1/unpack_decl.hpp" +#include +#include +#include "msgpack/v2/unpack_decl.hpp" #include #include #include "msgpack/v3/unpack_decl.hpp"