Skip to content
Snippets Groups Projects
Commit 30f308a8 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Try and fix msgpack issue

parent 22678791
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #28557 failed
#ifndef _FTL_MSGPACK_HPP_ #ifndef _FTL_MSGPACK_HPP_
#define _FTL_MSGPACK_HPP_ #define _FTL_MSGPACK_HPP_
#ifdef _MSC_VER
#include "msgpack_optional.hpp"
#endif
#include <msgpack.hpp> #include <msgpack.hpp>
#include <opencv2/core/mat.hpp> #include <opencv2/core/mat.hpp>
#include <Eigen/Eigen> #include <Eigen/Eigen>
#ifdef _MSC_VER
#include "msgpack_optional.hpp"
#endif
namespace msgpack { namespace msgpack {
MSGPACK_API_VERSION_NAMESPACE(MSGPACK_DEFAULT_API_NS) { MSGPACK_API_VERSION_NAMESPACE(MSGPACK_DEFAULT_API_NS) {
namespace adaptor { namespace adaptor {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment