Skip to content

Commit

Permalink
Add v1 and v2 APIs back
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Jan 5, 2025
1 parent 43dc8a4 commit fdf5cc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/wrapped_facade_headers/msgpack.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <msgpack/v1/object_decl.hpp>
#include <msgpack/v1/object_fwd_decl.hpp>
#include "msgpack/v1/unpack_decl.hpp"
#include <msgpack/v2/object_decl.hpp>
#include <msgpack/v2/object_fwd_decl.hpp>
#include "msgpack/v2/unpack_decl.hpp"
#include <msgpack/v3/object_decl.hpp>
#include <msgpack/v3/object_fwd_decl.hpp>
#include "msgpack/v3/unpack_decl.hpp"
Expand Down

0 comments on commit fdf5cc5

Please sign in to comment.