Skip to content
Snippets Groups Projects

Resolves #343 GUI and Frame Refactor

Merged Nicolas Pope requested to merge feature/gui2 into master
Compare and Show latest version
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
#ifndef _FTL_MSGPACK_HPP_
#define _FTL_MSGPACK_HPP_
#include <msgpack.hpp>
#include <opencv2/core/mat.hpp>
#include <Eigen/Eigen>
#ifdef _MSC_VER
#include "msgpack_optional.hpp"
#endif
#include <msgpack.hpp>
#include <opencv2/core/mat.hpp>
#include <Eigen/Eigen>
namespace msgpack {
MSGPACK_API_VERSION_NAMESPACE(MSGPACK_DEFAULT_API_NS) {
namespace adaptor {
Loading